Skip to content

Commit ba3929e

Browse files
crazy-maxgithub-actions[bot]
authored andcommitted
[create-pull-request] automated change
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c39c588 commit ba3929e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker-bake.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ target "_pkg-buildx" {
494494
PKG_NAME = PKG_NAME != null && PKG_NAME != "" ? PKG_NAME : "docker-buildx-plugin"
495495
PKG_REPO = PKG_REPO != null && PKG_REPO != "" ? PKG_REPO : "https://github.com/docker/buildx.git"
496496
PKG_REF = PKG_REF != null && PKG_REF != "" ? PKG_REF : "master"
497-
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.25" # https://github.com/docker/buildx/blob/master/Dockerfile
497+
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.26" # https://github.com/docker/buildx/blob/master/Dockerfile
498498
GO_IMAGE_VARIANT = GO_IMAGE_VARIANT != null && GO_IMAGE_VARIANT != "" ? GO_IMAGE_VARIANT : "bookworm"
499499
PKG_DEB_EPOCH = PKG_DEB_EPOCH != null && PKG_DEB_EPOCH != "" ? PKG_DEB_EPOCH : ""
500500
PKG_REMOTE_DOCKERFILE = "Dockerfile"
@@ -518,7 +518,7 @@ target "_pkg-containerd" {
518518
PKG_NAME = PKG_NAME != null && PKG_NAME != "" ? PKG_NAME : "containerd.io"
519519
PKG_REPO = PKG_REPO != null && PKG_REPO != "" ? PKG_REPO : "https://github.com/containerd/containerd.git"
520520
PKG_REF = PKG_REF != null && PKG_REF != "" ? PKG_REF : "main"
521-
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.25.8" # https://github.com/containerd/containerd/blob/main/.github/workflows/release/Dockerfile
521+
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.26.0" # https://github.com/containerd/containerd/blob/main/.github/workflows/release/Dockerfile
522522
GO_IMAGE_VARIANT = GO_IMAGE_VARIANT != null && GO_IMAGE_VARIANT != "" ? GO_IMAGE_VARIANT : "bookworm"
523523
PKG_DEB_EPOCH = PKG_DEB_EPOCH != null && PKG_DEB_EPOCH != "" ? PKG_DEB_EPOCH : ""
524524
RUNC_REF = RUNC_REF != null && RUNC_REF != "" ? RUNC_REF : null

pkg/buildx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ARG PKG_REPO="https://github.com/docker/buildx.git"
2828
ARG PKG_REF="master"
2929

3030
ARG GO_IMAGE="golang"
31-
ARG GO_VERSION="1.25"
31+
ARG GO_VERSION="1.26"
3232
ARG GO_IMAGE_VARIANT="bookworm"
3333

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

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.8"
37+
ARG GO_VERSION="1.26.0"
3838
ARG GO_IMAGE_VARIANT="bookworm"
3939

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

0 commit comments

Comments
 (0)