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

Commit

Permalink
Revert "Temporary fix for golang regression #29241."
Browse files Browse the repository at this point in the history
This reverts commit d7f6721.

Signed-off-by: Lantao Liu <lantaol@google.com>
  • Loading branch information
Random-Liu committed Dec 19, 2018
1 parent e98e307 commit 5d5fc15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hack/test-cri.sh
Original file line number Diff line number Diff line change
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 5d5fc15

Please sign in to comment.