update go to 1.25

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-01-27 12:18:05 +01:00
parent 79e5749065
commit 6a093939d4
5 changed files with 5 additions and 5 deletions

View File

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

View File

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