diff --git a/Makefile b/Makefile index 929133a..5b562c6 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 && go get honnef.co/go/tools/cmd/staticcheck + cd /tmp && GOPROXY=on go get honnef.co/go/tools/cmd/staticcheck staticcheck: staticcheck -f stylish ./...