specify GO111MODLE state in readme, explicitly use GO111MODULE=on in make build

This commit is contained in:
Ian Norden
2020-08-07 23:17:16 -05:00
parent 7b0b613b92
commit 4d4e5eb029
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ integrationtest: | $(GINKGO) $(LINT)
build:
go fmt ./...
go build
GO111MODULE=on go build
# Parameter checks
## Check that DB variables are provided