mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user