I have a package that I go installed 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 installonv1.22.3, now in a project running go1.24.0I wanted to use that CLI and to do that I needed togo installit again andreshimit so that it works again. Is there a way to say toasdfthat "this binary should be on all versions"? Without actually reinstalling it many times.Beta Was this translation helpful? Give feedback.
All reactions