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

cmd/fix: support go versions with patch release #1

Closed
wants to merge 2 commits into from

Conversation

alexbozhenko
Copy link
Owner

Support go version with patch release(e.g. 1.21.0)
and release candidate(e.g. 1.21rc1)
when parsing go version in fix command.

Fixes golang#62584

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cmd/fix: fails to run on modules whose go directive value is in "1.n.m" format introduced in Go 1.21.0
1 participant