diff --git a/Makefile b/Makefile index 3555b96..00f24a0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION := $(shell cat ./VERSION) build: - go build -ldflags="-s -w" + go build -ldflags="-s -w" -mod=vendor release: