File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ CSI_PROW_HOSTPATH_DRIVER_NAME="hostpath.csi.k8s.io"
12
12
13
13
CSI_PROW_TESTS_SANITY=" sanity"
14
14
15
+ CSI_PROW_KIND_VERSION=" b756a8488f9de73b549e985d59f1f380150170e9"
16
+
15
17
. release-tools/prow.sh
16
18
17
19
main
Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ install_kind () {
380
380
chmod u+x " ${CSI_PROW_WORK} /bin/kind"
381
381
else
382
382
git_checkout https://github.com/kubernetes-sigs/kind " $GOPATH /src/sigs.k8s.io/kind" " ${CSI_PROW_KIND_VERSION} " --depth=1 &&
383
- run_with_go " ${CSI_PROW_GO_VERSION_KIND} " go build -o " ${CSI_PROW_WORK} /bin/kind" sigs.k8s.io/kind
383
+ run_with_go " ${CSI_PROW_GO_VERSION_KIND} " env GO111MODULE=on go build -o " ${CSI_PROW_WORK} /bin/kind" sigs.k8s.io/kind
384
384
fi
385
385
}
386
386
You can’t perform that action at this time.
0 commit comments