Closed tschady closed 5 years ago
@tschady Can I close this?
Thanks for the contribution! I'm going to close this, since there has been no activity for a while and I think the main problem was handled by https://github.com/thoughtbot/laptop/pull/534. If there are other reasons why we need this that I am missing, we can reopen as necessary.
Some
asdf
plugins have architecture specific versions at the tail oflist-all
, unlike Ruby & Node, which have the latest at the end. Allow optional 2nd argument toinstall_asdf_language()
to permit hardcoding version numbers.e.g.
asdf list-all golang | tail -1
yields "1.8.linux-amd64", not "1.8.3"