Skip to content

Commit

Permalink
Goreleaser no longer strips v in version (#384)
Browse files Browse the repository at this point in the history
Fixes #383

Signed-off-by: liz <[email protected]>
  • Loading branch information
liztio authored and timothysc committed Mar 16, 2018
1 parent 8695d38 commit ce88642
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 @@ -6,7 +6,7 @@ builds:
- linux
goarch:
- amd64
ldflags: -s -w -X github.com/heptio/sonobuoy/pkg/buildinfo.Version={{.Version}}
ldflags: -s -w -X github.com/heptio/sonobuoy/pkg/buildinfo.Version=v{{.Version}}
archive:
format: tar.gz
files:
Expand Down

0 comments on commit ce88642

Please sign in to comment.