Skip to content

Commit

Permalink
fix goreleaser. flags -> ldflags
Browse files Browse the repository at this point in the history
  • Loading branch information
JunNishimura committed Jun 1, 2023
1 parent 86c6244 commit 2febc7d
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 @@ -13,7 +13,7 @@ builds:
- linux
- windows
- darwin
flags: -X main.version={{.Version}}
ldflags: -s -w -X main.version={{.Version}}

archives:
- format: tar.gz
Expand Down

0 comments on commit 2febc7d

Please sign in to comment.