-
Notifications
You must be signed in to change notification settings - Fork 17.5k
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/tools/cmd/getgo: deprecate and remove it #60951
Comments
I think there's still a need for a tool like cmd/getgo -- the instructions for linux at https://go.dev/doc/install are surprisingly manual. Could we instead fix it? |
Added "Proposal" label because there are some users depending on this. |
Most of us didn't even know this existed. Especially with the new forward compatibility toolchain downloads, deleting it makes sense. |
This proposal has been added to the active column of the proposals project |
Based on the discussion above, this proposal seems like a likely accept. The proposal is to deprecate and remove x/tools/cmd/getgo, |
No change in consensus, so accepted. 🎉 The proposal is to deprecate and remove x/tools/cmd/getgo, |
Change https://go.dev/cl/563398 mentions this issue: |
Change https://go.dev/cl/563455 mentions this issue: |
Getgo is deprecated. For golang/go#60951 Change-Id: I3b92e0d90cae8ec4623199b63e9aca98883db477 Reviewed-on: https://go-review.googlesource.com/c/wiki/+/563455 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com> Auto-Submit: Hyang-Ah Hana Kim <hyangah@gmail.com>
And add deprecation notice. Updates golang/go#60951 Change-Id: I9d4ffffc03201b038db5cc11563ea1cc5330e668 Reviewed-on: https://go-review.googlesource.com/c/tools/+/563398 Reviewed-by: Alan Donovan <adonovan@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Change https://go.dev/cl/564657 mentions this issue: |
The infrastructure to support this experimental tool hadn't been maintained. (
get.golang.org
)We are now recommending golang.org/dl/* or, after go1.21, we have a better story.
Delete and remove it.
The text was updated successfully, but these errors were encountered: