client, api: update go.mod to go1.24

While go1.23 still works, it's already EOL, so it may be a better
starting point to use that as minimum version for these modules, as
they're brand new.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-11-10 18:42:11 +01:00
parent ed6d436d51
commit 15241265dc
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
module github.com/moby/moby/api
go 1.23.0
go 1.24.0
require (
github.com/docker/go-units v0.5.0

View File

@@ -1,6 +1,6 @@
module github.com/moby/moby/client
go 1.23.0
go 1.24.0
require (
github.com/Microsoft/go-winio v0.6.2

4
vendor/modules.txt vendored
View File

@@ -973,7 +973,7 @@ github.com/moby/ipvs
## explicit; go 1.13
github.com/moby/locker
# github.com/moby/moby/api v1.52.0-rc.1 => ./api
## explicit; go 1.23.0
## explicit; go 1.24.0
github.com/moby/moby/api/pkg/authconfig
github.com/moby/moby/api/pkg/stdcopy
github.com/moby/moby/api/types
@@ -995,7 +995,7 @@ github.com/moby/moby/api/types/swarm
github.com/moby/moby/api/types/system
github.com/moby/moby/api/types/volume
# github.com/moby/moby/client v0.1.0-rc.1 => ./client
## explicit; go 1.23.0
## explicit; go 1.24.0
github.com/moby/moby/client
github.com/moby/moby/client/internal
github.com/moby/moby/client/internal/timestamp