Closed
Description
Describe the bug
asdf-golang is not selecting the expected version using only a go.mod
To Reproduce
➜ cat go.mod
module github.com/asdf-golang/issue
go 1.14
➜ asdf current golang
golang 1.17 /Users/jesse.brown/dev/jabrown85/go-test/go.mod
➜ asdf list golang
1.14
1.16
1.17
➜ cat ~/.asdfrc
legacy_version_file = yes%
I know legacy_version_file
is being respected given the output from go-test asdf current golang
, but it seems to be picking the latest matching major version.
Expected behavior
I would expect go-test asdf current golang
and subsequently go version
to produce 1.14
Desktop (please complete the following information):
- OS: macOS 11.6
Metadata
Metadata
Assignees
Labels
No labels