Merge pull request #5920 from thaJeztah/vendor_min_go_version

vendor.mod: update minimum go version to go1.23
This commit is contained in:
Sebastiaan van Stijn 2025-03-10 20:03:11 +01:00 committed by GitHub
commit 1673cd88a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ init() {
cat > go.mod <<EOL
module github.com/docker/cli
go 1.22.0
go 1.23.0
EOL
}

View File

@ -4,7 +4,7 @@ module github.com/docker/cli
// There is no 'go.mod' file, as that would imply opting in for all the rules
// around SemVer, which this repo cannot abide by as it uses CalVer.
go 1.22.0
go 1.23.0
require (
dario.cat/mergo v1.0.1