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 <bergwolf@hyper.sh>
(cherry picked from commit b3a4a16294)
This commit is contained in:
Peng Tao 2022-10-26 18:08:09 +08:00 committed by Fabiano Fidêncio
parent b8ce291dd0
commit 88c13b6823

View File

@ -200,7 +200,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)"