Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go: remove misleading comment in
go.env
See #202030 and golang/go#70949. In particular, our current `go.env` contains # Automatically download newer toolchains as directed by go.mod files. # See https://go.dev/doc/toolchain for details. GOTOOLCHAIN=local The comment about automatically downloading newer toolchains applies only whenever `GOTOOLCHAIN=auto`, but we change that to `GOTOOLCHAIN=local`. Therefore, let's get rid of the comment that no longer applies after our `GOTOOLCHAIN` change.
- Loading branch information