diff --git a/examples/integration_tests.sh b/examples/integration_tests.sh index feb81dbcc..7d5cd9c3d 100755 --- a/examples/integration_tests.sh +++ b/examples/integration_tests.sh @@ -53,7 +53,7 @@ function setUpEnv { exitWith "Script must be run from $expectedRepo" fi - go install . || \ + GO111MODULE=on go install . || \ { exitWith "Failed to install kustomize."; } PATH=$GOPATH/bin:$PATH