Skip to content

Commit 7f5720e

Browse files
committed
setup: install critest v1.16.1
This matches the version of critest used in containerd/cri's release/1.3 branch: https://github.com/containerd/cri/blob/9528e30672d7005b6b9a87b36b4e0553a5e9a5bb/hack/utils.sh#L20 Newer versions of critest require updates to containerd/cri: containerd/cri#1464 Signed-off-by: Samuel Karp <[email protected]>
1 parent 8ed2019 commit 7f5720e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/setup/install-critools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
set -eu -o pipefail
2222

2323
go get -u github.com/onsi/ginkgo/ginkgo
24-
CRITEST_COMMIT=16911795a3c33833fa0ec83dac1ade3172f6989e
24+
CRITEST_COMMIT=v1.16.1
2525
go get -d github.com/kubernetes-sigs/cri-tools/...
2626
cd "$GOPATH"/src/github.com/kubernetes-sigs/cri-tools
2727
git checkout $CRITEST_COMMIT

0 commit comments

Comments
 (0)