-
Notifications
You must be signed in to change notification settings - Fork 895
Open
Labels
Description
How can we improve the documentation?
Writing this for the future me, as well as others it might help.
I was trying to install a newer version of golang, but was constantly failing with a "Authenticity of checksum file can not be assured" error. Looked online but only found references to a keyring nodejs script file that I don't have locally See example issue.
Turns out the solution was simply to update my plugin before installing a new version.
So
$ asdf plugin update golang
$ asdf install golang 1.25.0
This time, no issue any more "checksum verified".
I think that is asdf was telling me there was a newer version of the plugin somewhere, that'd be helpful.
Cheers!
christianrang