From d4e65a581d35f68331f16756ea27d81889d1ea8a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 31 Aug 2025 18:26:14 -0500 Subject: [PATCH] go vet doesn't work on darwin (?) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa8136c..1cb5d07 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ build: goimports vet plugin GO111MODULE=off go build \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -install: goimports vet plugin +install: goimports plugin GO111MODULE=off go install \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" cp -f ~/go/bin/forge ~/go/bin/last.forge # this is a hack so that go-deb can build a .deb file for forge # TODO: remove this