From 15241265dcf196bc439d6abcfeb1500f2f202f95 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 10 Nov 2025 18:42:11 +0100 Subject: [PATCH] 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 --- api/go.mod | 2 +- client/go.mod | 2 +- vendor/modules.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/go.mod b/api/go.mod index 2557eccf3f..b936882597 100644 --- a/api/go.mod +++ b/api/go.mod @@ -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 diff --git a/client/go.mod b/client/go.mod index c78bba844c..a4e31f8524 100644 --- a/client/go.mod +++ b/client/go.mod @@ -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 diff --git a/vendor/modules.txt b/vendor/modules.txt index b8c7d530ab..8a0740d167 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -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