From 6e16c95fb2d18917233cf58b2b738e45cd045414 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 7 Nov 2024 02:18:53 -0600 Subject: [PATCH] make install: update --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: