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 #1007 from Random-Liu/revert-#999-release-1.2
Browse files Browse the repository at this point in the history
Revert #999 release 1.2
  • Loading branch information
Random-Liu committed Dec 20, 2018
2 parents d0f8c33 + 6ca182a commit 0d5cabd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hack/test-cri.sh
Expand Up @@ -46,8 +46,7 @@ fi

# Install critest
if [ ! -x "$(command -v ${CRITEST})" ]; then
# 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
go get -d ${CRITOOL_PKG}/...
cd ${GOPATH}/src/${CRITOOL_PKG}
git fetch --all
git checkout ${CRITOOL_VERSION}
Expand Down

0 comments on commit 0d5cabd

Please sign in to comment.