-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/website: update /doc/install/source page after GO386 changes #41861
Comments
Thanks for spotting this @ALTree. @randall77 Would you like to send a CL for this? The file that needs to be updated is in x/website, here. (There's also an old copy of it in the main repo, but that needs to be deleted; I re-opened #40496 (comment) for that.) Edit: Since the file is in x/website, we should not submit the CL until Go 1.16 comes out. Can add wait-release hashtag to it. |
Change https://golang.org/cl/260757 mentions this issue: |
Change https://golang.org/cl/260700 mentions this issue: |
Fixes golang/go#41861 Change-Id: Ib24851e4423d63cc7baa7bee176798f6eb35364d Reviewed-on: https://go-review.googlesource.com/c/website/+/260700 Trust: Keith Randall <khr@golang.org> Trust: Alberto Donizetti <alb.donizetti@gmail.com> Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
Reopening because the x/website CL was reverted in CL 261557. x/website needs to be modified when Go 1.16 is released. I'll move this to Go 1.17 milestone with early-in-cycle. |
Change https://golang.org/cl/291692 mentions this issue: |
Change https://golang.org/cl/291709 mentions this issue: |
These live in x/website/content/doc now. The copies here just attract edits that have no actual effect. For #40496. For #41861. Change-Id: I2fdd7375e373949eb9a88f4cdca440b6a5d45eea Reviewed-on: https://go-review.googlesource.com/c/go/+/291709 Trust: Russ Cox <rsc@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Fixes golang/go#41861 Change-Id: Ib24851e4423d63cc7baa7bee176798f6eb35364d Reviewed-on: https://go-review.googlesource.com/c/website/+/260700 Trust: Keith Randall <khr@golang.org> Trust: Alberto Donizetti <alb.donizetti@gmail.com> Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
Copied from Go ff0e93ea3, deleted there in CL 291709. Fixes golang/go#40496. Fixes golang/go#41861. Change-Id: Idb04706ea46b97be69fbeb98637c7ac2e4b54729 Reviewed-on: https://go-review.googlesource.com/c/website/+/291692 Trust: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
The Installing Go from source page says (in the section dedicated to Env Variables):
The section should be updated to reflect the planned 1.16 deprecation of 387, and the softfloat support.
cc @dmitshur
The text was updated successfully, but these errors were encountered: