Skip to content

Commit

Permalink
version.go cleanup, add GOROOT_FINAL to clean up stack traces
Browse files Browse the repository at this point in the history
  • Loading branch information
danenania committed Mar 1, 2019
1 parent 4adb69f commit ad39d26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .goreleaser.yml
Expand Up @@ -3,6 +3,7 @@ builds:
ldflags: '-extldflags "-static"'
env:
- CGO_ENABLED=0
- GOROOT_FINAL=/usr/go
goos:
- darwin
- linux
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
@@ -1,3 +1,3 @@
package version

const Version = "1.2.5"
const Version = "VERSION"

0 comments on commit ad39d26

Please sign in to comment.