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 #998 from Random-Liu/cherrypick-#997-release-1.0
Browse files Browse the repository at this point in the history
Cherrypick #997 release 1.0
  • Loading branch information
mikebrow authored Dec 15, 2018
2 parents 89aaac8 + 2b2ca4c commit a8b8525
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 a8b8525

Please sign in to comment.