From efaaaf725eec893d2651c3a90323d34d7d4c8e2d Mon Sep 17 00:00:00 2001 From: lane-c-wagner Date: Sun, 7 Mar 2021 09:00:35 -0700 Subject: [PATCH] unset goproxy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5b562c6..cc9e68c 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ lint: go list ./... | grep -v /vendor/ | xargs -L1 golint -set_exit_status install-staticcheck: - cd /tmp && GOPROXY=on go get honnef.co/go/tools/cmd/staticcheck + cd /tmp && GOPROXY="" go get honnef.co/go/tools/cmd/staticcheck staticcheck: staticcheck -f stylish ./...