Skip to content

Commit

Permalink
Add -trimpath flag for builds (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSGK authored Apr 29, 2024
1 parent 24575f1 commit ae30cbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ builds:
- linux
# - windows
- darwin
flags:
- -trimpath
ldflags:
- -X "main.version={{.Version}}"

Expand Down

0 comments on commit ae30cbb

Please sign in to comment.