File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121 with :
2222 go-version-file : ' go.mod'
2323 - run : go mod download
24- - uses : golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
24+ - uses : golangci/golangci-lint-action@2e788936b09dd82dc280e845628a40d2ba6b204c # v6.3.1
2525
2626 test :
2727 name : test (Go v${{ matrix.go-version }})
Original file line number Diff line number Diff line change 1818 - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1919 with :
2020 go-version-file : ' go.mod'
21- - uses : goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1 .0
21+ - uses : goreleaser/goreleaser-action@026299872805cb2db698e02dd7fb506a4da5122d # v6.2 .0
2222 with :
2323 args : check
Original file line number Diff line number Diff line change 9393 cd .changes
9494 sed -e "1{/# /d;}" -e "2{/^$/d;}" ${{ needs.changelog-version.outputs.version }}.md > /tmp/release-notes.txt
9595
96- - uses : goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1 .0
96+ - uses : goreleaser/goreleaser-action@026299872805cb2db698e02dd7fb506a4da5122d # v6.2 .0
9797 env :
9898 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9999 with :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.22.7
66
77require (
88 github.com/google/go-cmp v0.6.0
9- github.com/hashicorp/terraform-plugin-framework v1.13.1-0.20250204221559-2b72dc0a12ab
9+ github.com/hashicorp/terraform-plugin-framework v1.14.0
1010 github.com/hashicorp/terraform-plugin-go v0.26.0
1111)
1212
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
77github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
88github.com/hashicorp/go-hclog v1.5.0 h1:bI2ocEMgcVlz55Oj1xZNBsVi900c7II+fWDyV9o+13c =
99github.com/hashicorp/go-hclog v1.5.0 /go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M =
10- github.com/hashicorp/terraform-plugin-framework v1.13.1-0.20250204221559-2b72dc0a12ab h1:x1GxE9ztKndo/6CPnkA8yBfmj8z13063U0pY6ayKNFo =
11- github.com/hashicorp/terraform-plugin-framework v1.13.1-0.20250204221559-2b72dc0a12ab /go.mod h1:qBKUqe1lv1NZcsO5pBjiKd5YuNDUeqvV1w8w5df/8WI =
10+ github.com/hashicorp/terraform-plugin-framework v1.14.0 h1:lsmTJqBlZ4GUabnDxj8Lsa5bmbuUKiUO3Zm9iIKSDf0 =
11+ github.com/hashicorp/terraform-plugin-framework v1.14.0 /go.mod h1:xNUKmvTs6ldbwTuId5euAtg37dTxuyj3LHS3uj7BHQ4 =
1212github.com/hashicorp/terraform-plugin-go v0.26.0 h1:cuIzCv4qwigug3OS7iKhpGAbZTiypAfFQmw8aE65O2M =
1313github.com/hashicorp/terraform-plugin-go v0.26.0 /go.mod h1:+CXjuLDiFgqR+GcrM5a2E2Kal5t5q2jb0E3D57tTdNY =
1414github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0 =
You can’t perform that action at this time.
0 commit comments