Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 4748c4e

Browse files
authored
Merge pull request #7040 from thaJeztah/fix_go_version
scripts/with-go-mod: use correct minimum Go version
2 parents 9c7701e + 8b2a990 commit 4748c4e

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)