Merge pull request #22629 from crazy-max/bump-go

update go to 1.24
This commit is contained in:
Sebastiaan van Stijn 2025-05-14 12:51:44 +02:00 committed by GitHub
commit 1728f2988f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# check=skip=InvalidBaseImagePlatform
ARG ALPINE_VERSION=3.21
ARG GO_VERSION=1.23.8
ARG GO_VERSION=1.24
ARG HTMLTEST_VERSION=0.17.0
ARG HUGO_VERSION=0.141.0
ARG NODE_VERSION=22

4
go.mod
View File

@ -1,8 +1,6 @@
module github.com/docker/docs
go 1.23.8
toolchain go1.24.1
go 1.24.0
require (
github.com/docker/buildx v0.23.0 // indirect

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.23
ARG GO_VERSION=1.24
FROM scratch AS sitedir

View File

@ -1,6 +1,6 @@
module github.com/docker/docs/hack/releaser
go 1.22
go 1.24.0
require (
github.com/alecthomas/kong v1.4.0

View File

@ -145,7 +145,7 @@ params:
buildkit_version: "0.21.0"
# Example runtime/library/os versions
example_go_version: "1.23"
example_go_version: "1.24"
example_alpine_version: "3.21"
example_node_version: "20"