Skip to content

Commit ede47f9

Browse files
authored
Merge pull request #360 from docker/bot/update-go
chore: align go version from upstream repositories
2 parents 35f3499 + 54a1d07 commit ede47f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ target "_pkg-containerd" {
560560
PKG_NAME = PKG_NAME != null && PKG_NAME != "" ? PKG_NAME : "containerd.io"
561561
PKG_REPO = PKG_REPO != null && PKG_REPO != "" ? PKG_REPO : "https://github.com/containerd/containerd.git"
562562
PKG_REF = PKG_REF != null && PKG_REF != "" ? PKG_REF : "main"
563-
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.24.11" # https://github.com/containerd/containerd/blob/main/.github/workflows/release/Dockerfile
563+
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.24.12" # https://github.com/containerd/containerd/blob/main/.github/workflows/release/Dockerfile
564564
GO_IMAGE_VARIANT = GO_IMAGE_VARIANT != null && GO_IMAGE_VARIANT != "" ? GO_IMAGE_VARIANT : "bookworm"
565565
PKG_DEB_EPOCH = PKG_DEB_EPOCH != null && PKG_DEB_EPOCH != "" ? PKG_DEB_EPOCH : ""
566566
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
@@ -35,7 +35,7 @@ ARG PKG_REPO="https://github.com/containerd/containerd.git"
3535
ARG PKG_REF="main"
3636

3737
ARG GO_IMAGE="golang"
38-
ARG GO_VERSION="1.24.11"
38+
ARG GO_VERSION="1.24.12"
3939
ARG GO_IMAGE_VARIANT="bookworm"
4040

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

0 commit comments

Comments
 (0)