diff --git a/Makefile b/Makefile index f76f3258..800aadc5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,3 @@ -# Export GO111MODULE=on to enable project to be built from within GOPATH/src -export GO111MODULE=on GO_PACKAGES=$(shell go list ./... | grep -v vendor) .PHONY: lint \ deps-update \