Browse code

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>

Sebastiaan van Stijn authored on 2025/11/11 02:42:11
Showing 3 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 module github.com/moby/moby/api
2 2
 
3
-go 1.23.0
3
+go 1.24.0
4 4
 
5 5
 require (
6 6
 	github.com/docker/go-units v0.5.0
... ...
@@ -1,6 +1,6 @@
1 1
 module github.com/moby/moby/client
2 2
 
3
-go 1.23.0
3
+go 1.24.0
4 4
 
5 5
 require (
6 6
 	github.com/Microsoft/go-winio v0.6.2
... ...
@@ -973,7 +973,7 @@ github.com/moby/ipvs
973 973
 ## explicit; go 1.13
974 974
 github.com/moby/locker
975 975
 # github.com/moby/moby/api v1.52.0-rc.1 => ./api
976
-## explicit; go 1.23.0
976
+## explicit; go 1.24.0
977 977
 github.com/moby/moby/api/pkg/authconfig
978 978
 github.com/moby/moby/api/pkg/stdcopy
979 979
 github.com/moby/moby/api/types
... ...
@@ -995,7 +995,7 @@ github.com/moby/moby/api/types/swarm
995 995
 github.com/moby/moby/api/types/system
996 996
 github.com/moby/moby/api/types/volume
997 997
 # github.com/moby/moby/client v0.1.0-rc.1 => ./client
998
-## explicit; go 1.23.0
998
+## explicit; go 1.24.0
999 999
 github.com/moby/moby/client
1000 1000
 github.com/moby/moby/client/internal
1001 1001
 github.com/moby/moby/client/internal/timestamp