commit | 984e19f58c1dfbfe540187bfda835b27d3fd5c1b | [log] [tgz] |
---|---|---|
author | Maxime Soulé <zeptomax@gmail.com> | Tue May 23 09:32:37 2023 +0200 |
committer | Gopher Robot <gobot@golang.org> | Wed May 24 22:19:11 2023 +0000 |
tree | b305bdb0b3ba33e22d275cc8b50e7906a9465943 | |
parent | 5216546bad51d457d610db7d0ddc56f633805929 [diff] |
internal/version: remove GOROOT_BOOTSTRAP windows workaround This workaround was initially added in 2018 (CL 152857). Issue golang/go#28641 has since been resolved in 2020 (CL 96455). Fixes golang/go#60350. Change-Id: I0cd99b2eb0ce40658a4c11cdb8b4ba0ceef1e2a7 Reviewed-on: https://go-review.googlesource.com/c/dl/+/497335 Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
This repository holds the Go wrapper programs that run specific versions of Go, such as go install golang.org/dl/go1.10.3@latest
and go install golang.org/dl/gotip@latest
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. The main issue tracker for the net repository is located at https://github.com/golang/go/issues. Prefix your issue with “dl:” in the subject line, so it is easy to find.