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 03db4d6 commit 9d9273cCopy full SHA for 9d9273c
Makefile
@@ -18,7 +18,7 @@ BUILDTAGS ?= seccomp urfave_cli_no_docs
18
BUILDTAGS += $(EXTRA_BUILDTAGS)
19
20
COMMIT ?= $(shell git describe --dirty --long --always)
21
-VERSION := $(shell cat ./VERSION)
+VERSION ?= $(shell cat ./VERSION)
22
LDFLAGS_COMMON := -X main.gitCommit=$(COMMIT) -X main.version=$(VERSION)
23
24
GOARCH := $(shell $(GO) env GOARCH)
0 commit comments