diff --git a/Makefile b/Makefile index 7c9111bcb..b41978ef0 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ setup: GO111MODULE=off gometalinter.v2 --install lint: - gometalinter.v2 ./... + GO111MODULE=on gometalinter.v2 ./... test: GO111MODULE=on go test -count=1 -coverprofile=tmp.cov --coverpkg ./... -timeout 90s ./...