From 802938eb524e1c82d40df685b6c25f8dafec0e68 Mon Sep 17 00:00:00 2001 From: Prateek Chaudhry Date: Thu, 28 Apr 2022 20:55:23 +0000 Subject: [PATCH] Add GO111MODULE=on to honnef.co staticcheck --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f87b173550..d26e8df8275 100644 --- a/Makefile +++ b/Makefile @@ -355,7 +355,7 @@ get-deps-init: cd "${GOPATH}/src/github.com/golang/mock/mockgen" && git checkout 1.3.1 && go get ./... && go install ./... && cd - GO111MODULE=on go get github.com/fzipp/gocyclo/cmd/gocyclo@v0.3.1 go get golang.org/x/tools/cmd/goimports - go get honnef.co/go/tools/cmd/staticcheck + GO111MODULE=on go get honnef.co/go/tools/cmd/staticcheck@v0.2.1 .amazon-linux-rpm-integrated-done: ./scripts/update-version.sh