File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ WINCNI_BIN_DIR="${DESTDIR}/cni"
2121WINCNI_PKG=github.com/Microsoft/windows-container-networking
2222WINCNI_VERSION=aa10a0b31e9f72937063436454def1760b858ee2
2323
24+ cd " $GOPATH "
2425go get -d " ${WINCNI_PKG} /..."
2526cd " ${GOPATH} /src/${WINCNI_PKG} "
2627git checkout " ${WINCNI_VERSION} "
Original file line number Diff line number Diff line change 2020#
2121set -eu -o pipefail
2222
23+ cd " $GOPATH "
2324go get -u github.com/onsi/ginkgo/ginkgo
2425CRITEST_COMMIT=0f5f734a7e1da0979915c6e7d5b6641bd9dc2627
2526go get -d github.com/kubernetes-sigs/cri-tools/...
Original file line number Diff line number Diff line change 2020#
2121set -eu -o pipefail
2222
23+ # change to tmp dir, otherwise `go get` will change go.mod
24+ cd " $GOPATH "
25+
2326# install the `protobuild` binary in $GOPATH/bin; requires module-aware install
2427# to pin dependencies
2528GO111MODULE=on go get github.com/stevvooe/protobuild
You can’t perform that action at this time.
0 commit comments