We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df09c00 commit fcd6dbdCopy full SHA for fcd6dbd
.goreleaser.yml
@@ -1,9 +1,11 @@
1
# Visit https://goreleaser.com for documentation on how to customize this
2
# behavior.
3
before:
4
- hooks:
+ hooks: []
5
# this is just an example and not a requirement for provider building/publishing
6
- - go mod tidy
+ # commenting for now to unbreak releases. this can be uncommented when we
7
+ # update from v1.17.2 to v2 of the terraform-provider-sdk.
8
+ # - go mod tidy
9
builds:
10
- env:
11
# goreleaser does not work with CGO, it could also complicate
0 commit comments