mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
update go to 1.24
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user