I have a package that I go install
ed and I want to run it on every go version, is there a way to do that?
#153
Unanswered
luigiMinardi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I have a few of go versions, I have a CLI I installed with
go install
onv1.22.3
, now in a project running go1.24.0
I wanted to use that CLI and to do that I needed togo install
it again andreshim
it so that it works again. Is there a way to say toasdf
that "this binary should be on all versions"? Without actually reinstalling it many times.Beta Was this translation helpful? Give feedback.
All reactions