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
Describe the bug
asdf global golang 1.20.14
~ ❯ which go /Users/austinarbor/.asdf/shims/go ~ ❯ go version go version go1.20.14 darwin/arm64
ASDF_GOLANG_MOD_VERSION_ENABLED
export ASDF_GOLANG_MOD_VERSION_ENABLED=false . /opt/homebrew/opt/asdf/libexec/asdf.sh . ~/.asdf/plugins/java/set-java-home.zsh . ~/.asdf/plugins/golang/set-env.zsh
How is it choosing this version and how can I get it to use my global version?
The text was updated successfully, but these errors were encountered:
What does asdf current in that directory show?
asdf current
Sorry, something went wrong.
No branches or pull requests
Describe the bug
asdf global golang 1.20.14
ASDF_GOLANG_MOD_VERSION_ENABLED
is set to false before initializing asdfHow is it choosing this version and how can I get it to use my global version?
The text was updated successfully, but these errors were encountered: