Skip to content

Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.36.1 to 2.37.0 #560

Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.36.1 to 2.37.0

Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.36.1 to 2.37.0 #560

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# Allow goreleaser to access older tag information.
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: .go-version
- name: Run tests
run: go test ./cloudamqp/ -v
env:
TF_ACC: 1
- name: Build for single target with GoReleaser
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
with:
args: build --clean --snapshot --single-target