Merge pull request #7040 from thaJeztah/fix_go_version

scripts/with-go-mod: use correct minimum Go version
This commit is contained in:
Sebastiaan van Stijn
2026-06-10 15:37:02 +02:00
committed by GitHub
+1 -1
View File
@@ -25,7 +25,7 @@ else
tee "${ROOTDIR}/go.mod" >&2 <<- EOF
module github.com/docker/cli
go 1.24.0
go 1.25.0
EOF
trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
fi