Skip to content

Commit 90735a5

Browse files
committed
Update cri to 5d49e7e51b43e36a6b9c4386257c7d08c602237f.
Signed-off-by: Lantao Liu <[email protected]>
1 parent 6624f62 commit 90735a5

2 files changed

Lines changed: 2 additions & 2 deletions

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=427262054f59f3b849391310856a19474acb7e83
24+
CRITEST_COMMIT=v1.16.1
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

vendor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ github.com/cpuguy83/go-md2man v1.0.10
5151
github.com/russross/blackfriday v1.5.2
5252

5353
# cri dependencies
54-
github.com/containerd/cri 4ea022f82a55c449bf15bfc62ac8b0de968d81be # release/1.3
54+
github.com/containerd/cri 5d49e7e51b43e36a6b9c4386257c7d08c602237f # release/1.3
5555
github.com/containerd/go-cni 49fbd9b210f3c8ee3b7fd3cd797aabaf364627c1
5656
github.com/containernetworking/cni v0.7.1
5757
github.com/containernetworking/plugins v0.7.6

0 commit comments

Comments
 (0)