cmd/go: support `@latest-prerelease` tag #43141
Open
Milestone
Comments
Compare #42545 (comment). |
We are definitely in the second group - we want users to test the highest tagged version including prerelease. |
I don't think I would call it I also wonder if we should change |
I am fine with any names. I think we need to be careful when choosing a name commonly used for branch. No opinion on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From #42545 (comment)
Use case
We have a group of VSCode plugin users who opted in to use prerelease versions of tools. For the users, this will be convenient. Currently the plugin has its own logic to retrieve the list, parse versions, and choose the highest tagged version (including prerelease), but it would be better if this can be done with
go
command.The text was updated successfully, but these errors were encountered: