mirror of
https://github.com/golang/go
synced 2024-11-15 00:20:30 -07:00
507d1b22f4
Fixes #62047 Change-Id: If7811c1eb9073fb09b7006076998f8b2e1810bfb Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest,gotip-windows-amd64-longtest Reviewed-on: https://go-review.googlesource.com/c/go/+/539975 Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Bryan Mills <bcmills@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
339 B
339 B
Tools
Go command
Setting the GOROOT_FINAL
environment variable no longer has an effect
(#62047).
Distributions that install the go
command to a location other than
$GOROOT/bin/go
should install a symlink instead of relocating
or copying the go
binary.