diff --git a/Makefile b/Makefile index fa928e2..b2899d7 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ test: tidy go test -mod=vendor -v ./... lint: - @golangci-lint run -e '.*/pkg/mod' -e ".*/go/src" --enable-all --disable lll $(LINT_ARGS) + @GO111MODULE=off golangci-lint run -e '.*/pkg/mod' -e ".*/go/src" --enable-all --disable lll $(LINT_ARGS) tidy: go mod tidy