Skip to content

Commit 7d1f727

Browse files
authored
Merge pull request #416 from docker/bot/update-go
chore: align go version from upstream repositories
2 parents d139c9a + 8e01e67 commit 7d1f727

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
@@ -573,7 +573,7 @@ target "_pkg-credential-helpers" {
573573
PKG_NAME = PKG_NAME != null && PKG_NAME != "" ? PKG_NAME : "docker-credential-helpers"
574574
PKG_REPO = PKG_REPO != null && PKG_REPO != "" ? PKG_REPO : "https://github.com/docker/docker-credential-helpers.git"
575575
PKG_REF = PKG_REF != null && PKG_REF != "" ? PKG_REF : "main"
576-
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.25.8" # https://github.com/docker/docker-credential-helpers/blob/main/Dockerfile
576+
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.25.9" # https://github.com/docker/docker-credential-helpers/blob/main/Dockerfile
577577
GO_IMAGE_VARIANT = GO_IMAGE_VARIANT != null && GO_IMAGE_VARIANT != "" ? GO_IMAGE_VARIANT : "bookworm"
578578
PKG_DEB_EPOCH = PKG_DEB_EPOCH != null && PKG_DEB_EPOCH != "" ? PKG_DEB_EPOCH : ""
579579
PKG_REMOTE_DOCKERFILE = "Dockerfile"

pkg/credential-helpers/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ARG PKG_REPO="https://github.com/docker/docker-credential-helpers.git"
2929
ARG PKG_REF="main"
3030

3131
ARG GO_IMAGE="golang"
32-
ARG GO_VERSION="1.25.8"
32+
ARG GO_VERSION="1.25.9"
3333
ARG GO_IMAGE_VARIANT="bookworm"
3434

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

0 commit comments

Comments
 (0)