Skip to content

Commit 1728f29

Browse files
authored
Merge pull request docker#22629 from crazy-max/bump-go
update go to 1.24
2 parents b64d612 + 4084a45 commit 1728f29

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# check=skip=InvalidBaseImagePlatform
33

44
ARG ALPINE_VERSION=3.21
5-
ARG GO_VERSION=1.23.8
5+
ARG GO_VERSION=1.24
66
ARG HTMLTEST_VERSION=0.17.0
77
ARG HUGO_VERSION=0.141.0
88
ARG NODE_VERSION=22

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/docker/docs
22

3-
go 1.23.8
4-
5-
toolchain go1.24.1
3+
go 1.24.0
64

75
require (
86
github.com/docker/buildx v0.23.0 // indirect

hack/releaser/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG GO_VERSION=1.23
3+
ARG GO_VERSION=1.24
44

55
FROM scratch AS sitedir
66

hack/releaser/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/docker/docs/hack/releaser
22

3-
go 1.22
3+
go 1.24.0
44

55
require (
66
github.com/alecthomas/kong v1.4.0

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ params:
145145
buildkit_version: "0.21.0"
146146

147147
# Example runtime/library/os versions
148-
example_go_version: "1.23"
148+
example_go_version: "1.24"
149149
example_alpine_version: "3.21"
150150
example_node_version: "20"
151151

0 commit comments

Comments
 (0)