Skip to content

Commit 8b2a990

Browse files
committed
scripts/with-go-mod: use correct minimum Go version
Follow-up to 8f7dc04, which updated the minimum Go version in vendor.mod, but did not adjust this script. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent e8f837b commit 8b2a990

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/with-go-mod.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ else
2525
tee "${ROOTDIR}/go.mod" >&2 <<- EOF
2626
module github.com/docker/cli
2727
28-
go 1.24.0
28+
go 1.25.0
2929
EOF
3030
trap 'rm -f "${ROOTDIR}/go.mod"' EXIT
3131
fi

0 commit comments

Comments
 (0)