mirror of https://github.com/docker/docs.git
update go to 1.24
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
a8a9d13fde
commit
4084a45650
|
@ -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
4
go.mod
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
|
||||
ARG GO_VERSION=1.23
|
||||
ARG GO_VERSION=1.24
|
||||
|
||||
FROM scratch AS sitedir
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue