Skip to content

Commit 913f2e8

Browse files
authored
Fix bug where goreleaser ldflags didn't override value (#4957)
1 parent 2082b2d commit 913f2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ builds:
2929
- goarch: arm64
3030
goos: windows
3131
ldflags:
32-
- -s -w -X version.ProviderVersion={{.Version}}
32+
- -s -w -X github.com/hashicorp/terraform-provider-google-beta/version.ProviderVersion={{.Version}}
3333
mod_timestamp: '{{ .CommitTimestamp }}'
3434
checksum:
3535
extra_files:

0 commit comments

Comments
 (0)