enable go module in the integration test (#1153)

This commit is contained in:
Jingfang Liu
2019-06-06 09:35:25 -07:00
committed by GitHub
parent af57fc3ece
commit c250f75d1d

View File

@@ -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