aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorConstantin Konstantinidis <constantinkonstantinidis@gmail.com>2023-11-05 10:35:12 +0100
committerGopher Robot <gobot@golang.org>2024-02-21 22:16:54 +0000
commit507d1b22f4b58ac68841582d0c2c0ab6b20e5a98 (patch)
tree86a1639619d483782e5952f707466941e1727ebf /doc
parent05c0579621b54cc461dd19dd9bebd5a2b3e7af3c (diff)
downloadgo-507d1b22f4b58ac68841582d0c2c0ab6b20e5a98.tar.gz
go-507d1b22f4b58ac68841582d0c2c0ab6b20e5a98.zip
cmd: remove support for GOROOT_FINAL
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/next/3-tools.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/next/3-tools.md b/doc/next/3-tools.md
index 5638f240a5..bdbe6c0771 100644
--- a/doc/next/3-tools.md
+++ b/doc/next/3-tools.md
@@ -2,5 +2,11 @@
### Go command {#go-command}
+Setting the `GOROOT_FINAL` environment variable no longer has an effect
+([#62047](https://go.dev/issue/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.
+
### Cgo {#cgo}