Skip to content

Commit adaa009

Browse files
authored
Merge pull request #344 from docker/bot/update-go
chore: align go version from upstream repositories
2 parents 30b4a96 + f1759cc commit adaa009

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
@@ -559,7 +559,7 @@ target "_pkg-credential-helpers" {
559559
PKG_NAME = PKG_NAME != null && PKG_NAME != "" ? PKG_NAME : "docker-credential-helpers"
560560
PKG_REPO = PKG_REPO != null && PKG_REPO != "" ? PKG_REPO : "https://github.com/docker/docker-credential-helpers.git"
561561
PKG_REF = PKG_REF != null && PKG_REF != "" ? PKG_REF : "master"
562-
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.25.2" # https://github.com/docker/docker-credential-helpers/blob/master/Dockerfile
562+
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.25.5" # https://github.com/docker/docker-credential-helpers/blob/master/Dockerfile
563563
GO_IMAGE_VARIANT = GO_IMAGE_VARIANT != null && GO_IMAGE_VARIANT != "" ? GO_IMAGE_VARIANT : "bookworm"
564564
PKG_DEB_EPOCH = PKG_DEB_EPOCH != null && PKG_DEB_EPOCH != "" ? PKG_DEB_EPOCH : ""
565565
PKG_REMOTE_DOCKERFILE = "Dockerfile"

pkg/credential-helpers/Dockerfile

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

3232
ARG GO_IMAGE="golang"
33-
ARG GO_VERSION="1.25.2"
33+
ARG GO_VERSION="1.25.5"
3434
ARG GO_IMAGE_VARIANT="bookworm"
3535

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

0 commit comments

Comments
 (0)