cmd/dist: trying to build Go from source at tip on Windows / WSL incorrectly tries to download a go1.24.0 toolchain #70533
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Windows
Go version
go version go1.23.2 windows/amd64
Output of
go env
in your module/workspace:What did you do?
I am using a combination of Windows and WSL. My
go
installation is in Windows; I havego
as a symlink to/mnt/c/Program Files/Go/bin/go.exe
. My shell is a WSL bash shell.I cloned the Go source repo as per https://go.dev/doc/contribute#gerrit_overview:
When I tried to run
./all.bash
, I get this error:Indeed, all
go
commands return this error when I am in this directory:Here is the cloned
go.mod
file:What did you see happen?
What did you expect to see?
The text was updated successfully, but these errors were encountered: