Skip to content
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: cmd/go: upgrade Go via go #63612

Closed
julienrbrt opened this issue Oct 18, 2023 · 1 comment
Closed

proposal: cmd/go: upgrade Go via go #63612

julienrbrt opened this issue Oct 18, 2023 · 1 comment
Labels
Milestone

Comments

@julienrbrt
Copy link

julienrbrt commented Oct 18, 2023

Currently, for upgrading the Go command via the terminal, the only way is to create a script that queries https://go.dev/VERSION?m=text and verify it against the current installed Go version and download it.

I'd like to be able to do a go upgrade or something alike, in order to be able to upgrade my installed Go version, without needing a third-party script. There is most likely some gotcha per OS however.

@gopherbot gopherbot added this to the Proposal milestone Oct 18, 2023
@seankhliao
Copy link
Member

This is what the go/toolchain directives do, though we won't modify the base go installation (that is too troublesome with the various OSes).

@seankhliao seankhliao closed this as not planned Won't fix, can't repro, duplicate, stale Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants