Skip to content

Commit

Permalink
Fix incorrect build version.
Browse files Browse the repository at this point in the history
  • Loading branch information
wi1dcard committed Jan 8, 2020
1 parent c2c0fb7 commit b2e6bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build: check_tag
-osarch "linux/amd64 linux/arm64 linux/arm darwin/amd64 windows/amd64" \
-ldflags "-X main.buildCommit=${COMMIT} \
-X main.buildDate=${DATE} \
-X main.buildVersion=${LAST_TAG}" \
-X main.buildVersion=${TAG}" \
./...

release: build
Expand Down

0 comments on commit b2e6bdc

Please sign in to comment.