Skip to content

Commit

Permalink
build: use FullCommit in goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muthukrishnan24 committed Aug 29, 2021
1 parent 4bdfa9f commit b5bbfb8
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 @@ -11,7 +11,7 @@ builds:
- windows
- darwin
ldflags:
- -s -w -X main.Version={{.Version}} -X main.Commit={{.Commit}} -X main.BuildTime={{.Date}}
- -s -w -X main.Version={{.Version}} -X main.Commit={{.FullCommit}} -X main.BuildTime={{.Date}}
ignore:
- goos: darwin
goarch: arm64
Expand Down

0 comments on commit b5bbfb8

Please sign in to comment.