opt out of module mode for builds

This commit is contained in:
Jordan Liggitt
2019-06-12 13:52:50 -04:00
parent 9d708b0203
commit 8618c09369
5 changed files with 18 additions and 3 deletions

View File

@@ -28,6 +28,11 @@ set -x
. "${1}"
# Until all GOPATH references are removed from all build scripts as well,
# explicitly disable module mode to avoid picking up user-set GO111MODULE preferences.
# As individual scripts make use of go modules, they can explicitly set GO111MODULE=on
export GO111MODULE=off
# indirectly generates test/e2e/generated/bindata.go too
make generated_files