make install: update

This commit is contained in:
Jeff Carr 2024-11-07 02:18:53 -06:00
parent 44e6e69f41
commit 6e16c95fb2
1 changed files with 3 additions and 1 deletions

View File

@ -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: