Skip to content

Commit fb4bcbd

Browse files
authored
Merge pull request #318 from vvoland/update-go
pkg(buildx,cli,engine): update go to 1.25.4
2 parents 2d4382f + a65dc9f commit fb4bcbd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

3131
ARG GO_IMAGE="golang"
32-
ARG GO_VERSION=1.25.3
32+
ARG GO_VERSION=1.25.4
3333
ARG GO_IMAGE_VARIANT="bookworm"
3434

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

pkg/docker-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ARG PKG_REPO="https://github.com/docker/cli.git"
3232
ARG PKG_REF="master"
3333

3434
ARG GO_IMAGE="golang"
35-
ARG GO_VERSION=1.25.3
35+
ARG GO_VERSION=1.25.4
3636
ARG GO_IMAGE_VARIANT="bookworm"
3737

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

pkg/docker-engine/Dockerfile

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

3434
ARG GO_IMAGE="golang"
35-
ARG GO_VERSION=1.25.3
35+
ARG GO_VERSION=1.25.4
3636
ARG GO_IMAGE_VARIANT="bookworm"
3737

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

0 commit comments

Comments
 (0)