Skip to content

Commit

Permalink
build: remove (double) build number from geodns internal version
Browse files Browse the repository at this point in the history
  • Loading branch information
abh committed Aug 8, 2021
1 parent 6f7744b commit ab95b55
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 @@ -8,7 +8,7 @@ builds:
- CGO_ENABLED=0
ldflags:
- -s -w
- -X main.VERSION={{.Version}}{{ if index .Env "DRONE_BUILD_NUMBER" }}-{{ .Env.DRONE_BUILD_NUMBER }}{{ end }}
- -X main.VERSION={{.Version}}
- -X main.gitVersion={{.ShortCommit}}
- -X main.buildTime={{.Date}}

Expand Down

0 comments on commit ab95b55

Please sign in to comment.