From b3a4a162949a8da26ba34833f59a7dcb56f384e8 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Wed, 26 Oct 2022 18:08:09 +0800 Subject: [PATCH] versions: bump containerd version v1.5.2 cannot be built from source by newer golang. Let's bump containerd version to 1.6.8. The GO runtime dependency has been moved to v1.6.6 for some time already. Signed-off-by: Peng Tao --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 2349e940d..137385b85 100644 --- a/versions.yaml +++ b/versions.yaml @@ -209,7 +209,7 @@ externals: # containerd from v1.5.0 used the path unix socket # instead of abstract socket, thus kata wouldn's support the containerd's # version older than them. - version: "v1.5.2" + version: "v1.6.8" critools: description: "CLI tool for Container Runtime Interface (CRI)"