From ef0cf12647a43070fd0e551bd05e23b27131bd4c Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Wed, 3 Jun 2020 09:36:35 -0400 Subject: [PATCH] Match version used in CRI project Use the critools version currently being used in the CRI project CI. Signed-off-by: Phil Estes --- script/setup/install-critools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup/install-critools b/script/setup/install-critools index e2d0e0fc2..f30340798 100755 --- a/script/setup/install-critools +++ b/script/setup/install-critools @@ -21,7 +21,7 @@ set -eu -o pipefail go get -u github.com/onsi/ginkgo/ginkgo -CRITEST_COMMIT=v1.18.0 +CRITEST_COMMIT=75ef33dc2b4ecb08e0237d91de1b664909d262de go get -d github.com/kubernetes-sigs/cri-tools/... cd "$GOPATH"/src/github.com/kubernetes-sigs/cri-tools git checkout $CRITEST_COMMIT