From f963ec800cf8cd0af4258adc08c424ab0cee1000 Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Tue, 29 Mar 2022 14:59:27 -0700 Subject: [PATCH] [CI] Update containerd versions Signed-off-by: Maksym Pavlenko --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3aee815..d74542d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - containerd: [v1.5.9, v1.6.0] + containerd: [v1.5.11, v1.6.2] steps: - name: Checkout extensions