We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28e344 commit 8f31478Copy full SHA for 8f31478
Makefile
@@ -2,7 +2,7 @@
2
.PHONY : docker-gen clean fmt
3
4
TAG:=`git describe --tags`
5
-LDFLAGS:=-X main.buildVersion $(TAG)
+LDFLAGS:=-X main.buildVersion=$(TAG)
6
7
all: docker-gen
8
0 commit comments