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

Commit 2b2ca4c

Browse files
committed
Temporary fix for golang regression #29241.
Signed-off-by: Lantao Liu <[email protected]>
1 parent 89aaac8 commit 2b2ca4c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

hack/test-cri.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ fi
4646

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

0 commit comments

Comments
 (0)