We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.go-version
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:
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: 652c592
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: 652c592
The text was updated successfully, but these errors were encountered: