Skip to content

Commit

Permalink
remove: ldflag -X for update variable at runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad committed Nov 14, 2022
1 parent 83c0c3c commit 826177d
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 @@ -4,7 +4,7 @@ builds:
binary: gvm
env:
- CGO_ENABLED=0
ldflags: -s -w -X cmd.Version={{.Version}}
ldflags: -s -w
goos:
- linux
goarch:
Expand Down

0 comments on commit 826177d

Please sign in to comment.