Skip to content

Commit a5940da

Browse files
committed
Remove ctr cri load and update cri-tools to v1.15.0
Signed-off-by: Lantao Liu <[email protected]>
1 parent c99961c commit a5940da

2 files changed

Lines changed: 1 addition & 26 deletions

File tree

cmd/ctr/builtins_cri_linux.go

Lines changed: 0 additions & 25 deletions
This file was deleted.

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=v1.13.0
24+
CRITEST_COMMIT=v1.15.0
2525
go get -d github.com/kubernetes-incubator/cri-tools/...
2626
cd $GOPATH/src/github.com/kubernetes-incubator/cri-tools
2727
git checkout $CRITEST_COMMIT

0 commit comments

Comments
 (0)