From 8c82d2bf5d52801de6218036e6afd9c78e0e7a12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 18:19:58 +0000 Subject: [PATCH] [create-pull-request] automated change Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- pkg/containerd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/containerd/Dockerfile b/pkg/containerd/Dockerfile index 91598160..707c1507 100644 --- a/pkg/containerd/Dockerfile +++ b/pkg/containerd/Dockerfile @@ -34,7 +34,7 @@ ARG PKG_REPO="https://github.com/containerd/containerd.git" ARG PKG_REF="main" ARG GO_IMAGE="golang" -ARG GO_VERSION="1.26.8" +ARG GO_VERSION="1.27.1" ARG GO_IMAGE_VARIANT="bookworm" # stage used as named context that mounts hack/scripts