Skip to content

Commit

Permalink
next attempt to fix version in goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
pnsafonov committed Apr 27, 2024
1 parent d340bf4 commit 4964e65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ builds:
ldflags:
# -w turns off DWARF debugging information
# -s turns off generation of the Go symbol table
- -X main.version={{.Version}}
- -X main.commit={{.Commit}}
- -X main.date={{.CommitDate}}
- -X main.builtBy=goreleaser
Expand Down

0 comments on commit 4964e65

Please sign in to comment.