Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #999 from Random-Liu/cherrypick-#997-release-1.2
Browse files Browse the repository at this point in the history
Cherrypick #997 release 1.2
  • Loading branch information
Random-Liu authored Dec 14, 2018
2 parents 47f6235 + 298c7fd commit 23e907d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/test-cri.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ fi

# Install critest
if [ ! -x "$(command -v ${CRITEST})" ]; then
go get -d ${CRITOOL_PKG}/...
# FIXME temporarily disabled due to a regression in Go 1.10.6 / 1.11.3 (https://github.com/golang/go/issues/29241)
go get -d ${CRITOOL_PKG} || true
cd ${GOPATH}/src/${CRITOOL_PKG}
git fetch --all
git checkout ${CRITOOL_VERSION}
Expand Down

0 comments on commit 23e907d

Please sign in to comment.