From 6abfe7b0deaeb62d9f8d4bf09475efec68db9a1b Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Fri, 8 Aug 2025 20:20:47 -0400 Subject: cmd/dist: require Go 1.24.6 as minimum bootstrap toolchain This is a minimal change to start to require the new minimum bootstrap. Taking advantage of the newer bootstrap to simplify and improve code is left to be done in separate CLs. For #69315. Change-Id: I4bef752b2adb67e969d585d97e680d26afefc6f4 Reviewed-on: https://go-review.googlesource.com/c/go/+/694535 LUCI-TryBot-Result: Go LUCI Auto-Submit: Dmitri Shuralyov Reviewed-by: David Chase Reviewed-by: Dmitri Shuralyov --- src/make.bash | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/make.bash') diff --git a/src/make.bash b/src/make.bash index b67ae1529f..d4e927dfda 100755 --- a/src/make.bash +++ b/src/make.bash @@ -64,14 +64,14 @@ # timing information to this file. Useful for profiling where the # time goes when these scripts run. # -# GOROOT_BOOTSTRAP: A working Go tree >= Go 1.22.6 for bootstrap. +# GOROOT_BOOTSTRAP: A working Go tree >= Go 1.24.6 for bootstrap. # If $GOROOT_BOOTSTRAP/bin/go is missing, $(go env GOROOT) is -# tried for all "go" in $PATH. By default, one of $HOME/go1.22.6, -# $HOME/sdk/go1.22.6, or $HOME/go1.4, whichever exists, in that order. +# tried for all "go" in $PATH. By default, one of $HOME/go1.24.6, +# $HOME/sdk/go1.24.6, or $HOME/go1.4, whichever exists, in that order. # We still check $HOME/go1.4 to allow for build scripts that still hard-code # that name even though they put newer Go toolchains there. -bootgo=1.22.6 +bootgo=1.24.6 set -e -- cgit v1.3