Skip to content

Commit

Permalink
Update .goreleaser.yml
Browse files Browse the repository at this point in the history
Fix Go compiler flag to override version during GoReleaser build
  • Loading branch information
alexhung authored Nov 27, 2023
1 parent d5a919b commit 8e96e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ builds:
flags:
- -trimpath
ldflags:
- '-s -w -X github.com/jfrog/terraform-provider-platform/pkg/platform/platform.Version={{.Version}}'
- '-s -w -X github.com/jfrog/terraform-provider-platform/pkg/platform.Version={{.Version}}'
goos:
- freebsd
- windows
Expand Down

0 comments on commit 8e96e16

Please sign in to comment.