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

Fix missing minor version when parsing go.mod #66

Closed
wants to merge 1 commit into from

Conversation

Frederick888
Copy link

The minor version was missing since the group in the last regexp
captured only digits.

Closes #65.

@kennyp
Copy link
Member

kennyp commented Nov 16, 2021

Thanks for the PR @Frederick888, but the current behavior is actually what is intended based on how go.mod is described in the go docs.

https://github.com/kennyp/asdf-golang#version-selection

@kennyp kennyp closed this Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

asdf-golang is not selecting the expected version using legacy_version_file
2 participants