Open ofalvai opened 7 months ago
Describe the bug
I'm not sure if this is a bug in the plugin or ASDF itself, but I found a strange edge case:
To Reproduce Steps to reproduce the behavior:
.go-version
1.20.1
asdf install golang 1.20.14
asdf current
1.20.14
Expected behavior
Go version 1.20.1 should be selected. Instead, asdf current reports 1.20.14.
When I uninstall 1.20.14, the issue goes away. When I use .tool-versions instead of .go-version, it's also not present.
.tool-versions
asdf version: v0.14.0-ccdd47d asdf-golang version: 652c5922640fcedb1cc0f869d960456d8dac10ec
Describe the bug
I'm not sure if this is a bug in the plugin or ASDF itself, but I found a strange edge case:
To Reproduce Steps to reproduce the behavior:
.go-version
to1.20.1
asdf install golang 1.20.14
: this is important, see belowasdf current
or a similar command1.20.14
Expected behavior
Go version
1.20.1
should be selected. Instead,asdf current
reports1.20.14
.When I uninstall
1.20.14
, the issue goes away. When I use.tool-versions
instead of.go-version
, it's also not present.asdf version: v0.14.0-ccdd47d asdf-golang version: 652c5922640fcedb1cc0f869d960456d8dac10ec