diff --git a/Makefile b/Makefile index 34a549d..fdda57e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ export CGO_ENABLED=0 VERSION := $(shell git describe --tags --dirty --always) -GOFLAGS := -ldflags "-X main.version=$(VERSION)" -trimpath +GOFLAGS := -ldflags "-X main.version=$(VERSION) -buildid=" -trimpath GOARCHES := $(shell go env GOARCH)