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