From 5d5fc154ad6f36aa39cafd389653a84ba19d31d4 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Wed, 19 Dec 2018 10:44:28 -0800 Subject: [PATCH] Revert "Temporary fix for golang regression #29241." This reverts commit d7f6721de591f9a46ebfdc8ed8de83a71d80743c. Signed-off-by: Lantao Liu --- hack/test-cri.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hack/test-cri.sh b/hack/test-cri.sh index b49749556..94f5853f5 100755 --- a/hack/test-cri.sh +++ b/hack/test-cri.sh @@ -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}