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

Commit 1347be5

Browse files
committed
Revert "Temporary fix for golang regression #29241."
This reverts commit 2b2ca4c. Signed-off-by: Lantao Liu <[email protected]>
1 parent 685bd04 commit 1347be5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

hack/test-cri.sh

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

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

0 commit comments

Comments
 (0)