Skip to content

Commit 5e10efd

Browse files
authored
Merge pull request #353 from docker/bot/update-go
chore: align go version from upstream repositories
2 parents f8c666f + 1a05c70 commit 5e10efd

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
@@ -548,7 +548,7 @@ target "_pkg-compose" {
548548
PKG_NAME = PKG_NAME != null && PKG_NAME != "" ? PKG_NAME : "docker-compose-plugin"
549549
PKG_REPO = PKG_REPO != null && PKG_REPO != "" ? PKG_REPO : "https://github.com/docker/compose.git"
550550
PKG_REF = PKG_REF != null && PKG_REF != "" ? PKG_REF : "main"
551-
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.24.11" # https://github.com/docker/compose/blob/main/Dockerfile
551+
GO_VERSION = GO_VERSION != null && GO_VERSION != "" ? GO_VERSION : "1.24.12" # https://github.com/docker/compose/blob/main/Dockerfile
552552
GO_IMAGE_VARIANT = GO_IMAGE_VARIANT != null && GO_IMAGE_VARIANT != "" ? GO_IMAGE_VARIANT : "bookworm"
553553
PKG_DEB_EPOCH = PKG_DEB_EPOCH != null && PKG_DEB_EPOCH != "" ? PKG_DEB_EPOCH : ""
554554
PKG_REMOTE_DOCKERFILE = "Dockerfile"

pkg/compose/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/compose.git"
2929
ARG PKG_REF="main"
3030

3131
ARG GO_IMAGE="golang"
32-
ARG GO_VERSION="1.24.11"
32+
ARG GO_VERSION="1.24.12"
3333
ARG GO_IMAGE_VARIANT="bookworm"
3434

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

0 commit comments

Comments
 (0)