summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 76347f5..6ffa75c 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,9 @@ build:
-X main.VERSION=${VERSION}"
install:
- go install -v -x
+ GO111MODULE=off go install -v -x -ldflags " \
+ -X main.VERSION=${VERSION}"
+ # go install -v -x
guireleaser
check-git-clean: