-
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
proposal: x/tools/cmd/getgo: document and possibly ship in distributions #27700
Comments
The OTOH, we already have a tool called
which is similar to what you're asking. |
Thank you for the But IMHO this command should be installed by default like |
go version -update is definitely too difficult. (The go command should not be attempting to overwrite itself.) Changing to a proposal to document and ship getgo. |
/cc @andybons for triage. If no one is available now maybe put on hold. |
Shipping Also, note that if one already has a go distribution, it is possible to do |
Putting on hold for now while we figure out next steps so that proposal committee doesn’t need to see it each week. |
I'll chime in here with a suggestion for standardisation with other programming languages: Via #53596 for inline visibility:
|
fyi - |
I suspect it should go to Declined as Obsolete. Removed it from Hold so that this can happen. |
This proposal is a duplicate of a previously discussed proposal, as noted above, |
Feature request:
Provide a go tool to update go to latest stable version, or to a user selected version.
Examples:
Update go to latest stable version.
Replace current version with version 1.x.y
The text was updated successfully, but these errors were encountered: