Skip to content

Commit

Permalink
fix: Update goreleaser env Dirty to false (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami committed Feb 7, 2022
1 parent a2607e5 commit 402f7e0
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 @@ -16,7 +16,7 @@ builds:
flags:
- -trimpath
ldflags:
- "-w -s -X github.com/chanzuckerberg/go-misc/ver.GitSha={{.Commit}} -X github.com/chanzuckerberg/go-misc/ver.Version={{.Version}} -X github.com/chanzuckerberg/go-misc/ver.Dirty={{.Env.DIRTY}}"
- "-w -s -X github.com/chanzuckerberg/go-misc/ver.GitSha={{.Commit}} -X github.com/chanzuckerberg/go-misc/ver.Version={{.Version}} -X github.com/chanzuckerberg/go-misc/ver.Dirty=false"
ignore:
- goos: darwin
goarch: '386'
Expand Down

0 comments on commit 402f7e0

Please sign in to comment.