Closed Frederick888 closed 2 years ago
The minor version was missing since the group in the last regexp captured only digits.
Closes #65.
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.
go.mod
https://github.com/kennyp/asdf-golang#version-selection
The minor version was missing since the group in the last regexp captured only digits.
Closes #65.