We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c7701e + 8b2a990 commit 4748c4eCopy full SHA for 4748c4e
1 file changed
scripts/with-go-mod.sh
@@ -25,7 +25,7 @@ else
25
tee "${ROOTDIR}/go.mod" >&2 <<- EOF
26
module github.com/docker/cli
27
28
- go 1.24.0
+ go 1.25.0
29
EOF
30
trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
31
fi
0 commit comments