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>
This commit is contained in:
Peng Tao 2022-10-26 18:08:09 +08:00 committed by Fabiano Fidêncio
parent eab8d6be13
commit b3a4a16294

View File

@ -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)"