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>
| ... | ... |
@@ -973,7 +973,7 @@ github.com/moby/ipvs |
| 973 | 973 |
## explicit; go 1.13 |
| 974 | 974 |
github.com/moby/locker |
| 975 | 975 |
# github.com/moby/moby/api v1.52.0-rc.1 => ./api |
| 976 |
-## explicit; go 1.23.0 |
|
| 976 |
+## explicit; go 1.24.0 |
|
| 977 | 977 |
github.com/moby/moby/api/pkg/authconfig |
| 978 | 978 |
github.com/moby/moby/api/pkg/stdcopy |
| 979 | 979 |
github.com/moby/moby/api/types |
| ... | ... |
@@ -995,7 +995,7 @@ github.com/moby/moby/api/types/swarm |
| 995 | 995 |
github.com/moby/moby/api/types/system |
| 996 | 996 |
github.com/moby/moby/api/types/volume |
| 997 | 997 |
# github.com/moby/moby/client v0.1.0-rc.1 => ./client |
| 998 |
-## explicit; go 1.23.0 |
|
| 998 |
+## explicit; go 1.24.0 |
|
| 999 | 999 |
github.com/moby/moby/client |
| 1000 | 1000 |
github.com/moby/moby/client/internal |
| 1001 | 1001 |
github.com/moby/moby/client/internal/timestamp |