summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-22 14:40:59 -0500
committerJeff Carr <[email protected]>2024-10-22 14:40:59 -0500
commit4cdb13d89c5b932384de9f8fa542a4cbd852bca7 (patch)
tree5c89a730ba820fb5fb1bfa71549fc4216ad338f1 /Makefile
parentd52e39025edcc8ec5bda4949a9dd65ce6499b870 (diff)
attempt 'any' type
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 28de8aa..1d23b4c 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ all:
make cluster.pb.go
make -C configfile
-vet:
+vet: lint
GO111MODULE=off go vet
lint: