Skip to content

Commit

Permalink
update to versioning problem
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmet Turkmen <f.ahmet.turkmen@icloud.com>
  • Loading branch information
mrtrkmn committed Sep 15, 2020
1 parent 2d4c329 commit 85b451e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Expand Up @@ -25,7 +25,7 @@ builds:
# Custom ldflags templates.
# Default is `-s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.Date}} -X main.builtBy=goreleaser`.
ldflags:
- -s -w -X main.version={{ .Version }}
- -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.Date}} -X main.builtBy=goreleaser

# Custom environment variables to be set during the builds.
# Default is empty.
Expand Down

0 comments on commit 85b451e

Please sign in to comment.