Match version used in CRI project

Use the critools version currently being used in the CRI project CI.

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
This commit is contained in:
Phil Estes 2020-06-03 09:36:35 -04:00
parent 62dd14114d
commit ef0cf12647
No known key found for this signature in database
GPG Key ID: 0F386284C03A1162

View File

@ -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