We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2082b2d commit 913f2e8Copy full SHA for 913f2e8
.goreleaser.yml
@@ -29,7 +29,7 @@ builds:
29
- goarch: arm64
30
goos: windows
31
ldflags:
32
- - -s -w -X version.ProviderVersion={{.Version}}
+ - -s -w -X github.com/hashicorp/terraform-provider-google-beta/version.ProviderVersion={{.Version}}
33
mod_timestamp: '{{ .CommitTimestamp }}'
34
checksum:
35
extra_files:
0 commit comments