Skip to content

Commit 0752bff

Browse files
authored
Merge pull request #427 from docker/bot/update-go
chore: align go version from upstream repositories
2 parents 93fe47f + dff7b80 commit 0752bff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ target "_pkg-containerd" {
603603
PKG_NAME = PKG_NAME != null && PKG_NAME != "" ? PKG_NAME : "containerd.io"
604604
PKG_REPO = PKG_REPO != null && PKG_REPO != "" ? PKG_REPO : "https://github.com/containerd/containerd.git"
605605
PKG_REF = PKG_REF != null && PKG_REF != "" ? PKG_REF : "release/2.2"
606-
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.25.9" # https://github.com/containerd/containerd/blob/release/2.2/.github/workflows/release/Dockerfile
606+
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.25.10" # https://github.com/containerd/containerd/blob/release/2.2/.github/workflows/release/Dockerfile
607607
GO_IMAGE_VARIANT = GO_IMAGE_VARIANT != null && GO_IMAGE_VARIANT != "" ? GO_IMAGE_VARIANT : "bookworm"
608608
PKG_DEB_EPOCH = PKG_DEB_EPOCH != null && PKG_DEB_EPOCH != "" ? PKG_DEB_EPOCH : ""
609609
RUNC_REF = RUNC_REF != null && RUNC_REF != "" ? RUNC_REF : null

pkg/containerd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ARG PKG_REPO="https://github.com/containerd/containerd.git"
3434
ARG PKG_REF="main"
3535

3636
ARG GO_IMAGE="golang"
37-
ARG GO_VERSION="1.25.9"
37+
ARG GO_VERSION="1.25.10"
3838
ARG GO_IMAGE_VARIANT="bookworm"
3939

4040
# stage used as named context that mounts hack/scripts

0 commit comments

Comments
 (0)