From 2c25cc1e5cfcf3a557c7734dc8894899bee55a91 Mon Sep 17 00:00:00 2001 From: crazy-max <1951866+crazy-max@users.noreply.github.com> Date: Wed, 15 Apr 2026 12:31:25 +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 fd48e684..4ecdf5f8 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.2" +ARG GO_VERSION="1.25.9" ARG GO_IMAGE_VARIANT="bookworm" # stage used as named context that mounts hack/scripts