-
Notifications
You must be signed in to change notification settings - Fork 809
New issue
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
bug: /bin/asdf is version 0.15.XXX #1859
Comments
You are not using the 0.16.0 binary. As the notice that you posted states:
You are still using the Bash version, which is 0.15.0. If you want to upgrade 0.16.0 you'll need to follow the upgrade guide - https://asdf-vm.com/guide/upgrading-to-v0-16. Checking out the 0.16.0 tag isn't enough as the new version is written in Go, and the new binary would have to be compiled and placed on your path. |
Hi @Stratus3D, how could I address this with the asdf github action? 🤔 Looks like the action is not updated yet. What is a branch that I can use in the action, to fall back to the old version? |
Hi @iwpnd , I'm not an expert on the GitHub action, but it looks like there is an |
It's a little odd that that input defaults to |
Okay. Then I will probably need to update our install script to use the release page builds instead, and probably make it compatible with our older machine's installs. Thanks 😊
|
Isn't the issue caused by lack of change in this file Which is then used by Makefile during building in "tagging" a version. Isn't it building version v0.16.0 but calling it v0.15.0 and then spam the warning message about upgrading to 0.16.0, because the build is in fact for v0.16.0 but its release is v0.15.0 |
This is definitely a bug. If i follow the step of
|
That's exactly what I mentioned in my comment. the version.txt file should be updated to fix this issue, or change the way of how the app is being built. Right now the maintainer should locally update the file and push the change with new tag, e.g. v0.16.1 and make it latest. This should fix the issue for people who use asdf action. |
no related to the issue! before asdf is neutral with shell script implementation. Now, it's depending on golang. I like the old design! |
Describe the Bug
The binary supplied as of today 15:44 UTC is not version 16
Steps to Reproduce
Expected Behaviour
Print version 16 with all the new functions
Actual Behaviour
Print the 0.15 version
Environment
asdf plugins affected (if relevant)
No response
The text was updated successfully, but these errors were encountered: