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 5b3f2fd commit ccb76d4Copy full SHA for ccb76d4
Makefile
@@ -7,7 +7,6 @@ GO := $(CURDIR)/script/go
7
GOFMT := $(CURDIR)/script/gofmt
8
9
GOFLAGS := \
10
- --tags "static" \
11
-ldflags "-X main.BuildVersion=$(shell git rev-parse HEAD) -X main.BuildDescribe=$(shell git describe --tags --always --dirty)"
12
13
ifdef USE_ISATTY
0 commit comments