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