mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
update go to 1.25
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# check=skip=InvalidBaseImagePlatform
|
# check=skip=InvalidBaseImagePlatform
|
||||||
|
|
||||||
ARG ALPINE_VERSION=3.21
|
ARG ALPINE_VERSION=3.21
|
||||||
ARG GO_VERSION=1.24
|
ARG GO_VERSION=1.25
|
||||||
ARG HTMLTEST_VERSION=0.17.0
|
ARG HTMLTEST_VERSION=0.17.0
|
||||||
ARG VALE_VERSION=3.11.2
|
ARG VALE_VERSION=3.11.2
|
||||||
ARG HUGO_VERSION=0.154.2
|
ARG HUGO_VERSION=0.154.2
|
||||||
|
|||||||
2
go.mod
2
go.mod
@@ -1,6 +1,6 @@
|
|||||||
module github.com/docker/docs
|
module github.com/docker/docs
|
||||||
|
|
||||||
go 1.24.9
|
go 1.25.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
|
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
ARG GO_VERSION=1.24
|
ARG GO_VERSION=1.25
|
||||||
|
|
||||||
FROM scratch AS sitedir
|
FROM scratch AS sitedir
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
module github.com/docker/docs/hack/releaser
|
module github.com/docker/docs/hack/releaser
|
||||||
|
|
||||||
go 1.24.0
|
go 1.25.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/alecthomas/kong v1.4.0
|
github.com/alecthomas/kong v1.4.0
|
||||||
|
|||||||
@@ -136,7 +136,7 @@ params:
|
|||||||
buildkit_version: "0.27.0"
|
buildkit_version: "0.27.0"
|
||||||
|
|
||||||
# Example runtime/library/os versions
|
# Example runtime/library/os versions
|
||||||
example_go_version: "1.24"
|
example_go_version: "1.25"
|
||||||
example_alpine_version: "3.21"
|
example_alpine_version: "3.21"
|
||||||
example_node_version: "20"
|
example_node_version: "20"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user