summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-31 18:26:14 -0500
committerJeff Carr <[email protected]>2025-08-31 18:26:14 -0500
commitd4e65a581d35f68331f16756ea27d81889d1ea8a (patch)
treebadd1fdafa12fa8a76705a8f4c6ec5e770b183da
parentc7a12cbdd3a17196fabedfa6b6d7ab70e1a51439 (diff)
go vet doesn't work on darwin (?)v0.22.138v0.22.137v0.22.136
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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