mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +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/client
|
||||
|
||||
go 1.23.0
|
||||
go 1.24.0
|
||||
|
||||
require (
|
||||
github.com/Microsoft/go-winio v0.6.2
|
||||
|
||||
Reference in New Issue
Block a user