From 3070c2d4ac4b4f041df991646f8de614da610f74 Mon Sep 17 00:00:00 2001 From: Seebs Date: Mon, 1 Apr 2019 11:27:44 -0500 Subject: [PATCH] try suppressing modules for golangci-lint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 52839b3fe..9757af157 100644 --- a/Makefile +++ b/Makefile @@ -190,7 +190,7 @@ install-peg: GO111MODULE=off go get github.com/pointlander/peg install-golangci-lint: - go get github.com/golangci/golangci-lint/cmd/golangci-lint + GO111MODULE=off go get github.com/golangci/golangci-lint/cmd/golangci-lint install-gometalinter: GO111MODULE=off go get -u github.com/alecthomas/gometalinter