You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
README could have instructions on how to install a specific version of mage for sake of reproducible builds or corporate legal processes which may require strict versioning.
This is how I do it:
GO111MODULE=on go get github.com/magefile/mage@v1.9.0
If you want I can even make a PR, but I need to know what do you think of it.
The text was updated successfully, but these errors were encountered:
pellared
changed the title
Installing specific version
Install specific version
May 1, 2020
What do you mean by "more locked down" and "reliable"? What are the differences other than mage -version printing the version?
Downloading them manually is not so efficient especially for an automation tool 😄 I try to make some automation that would work for any OS + Docker. Maybe it would interest you: https://github.com/golang-templates/basic
README could have instructions on how to install a specific version of mage for sake of reproducible builds or corporate legal processes which may require strict versioning.
This is how I do it:
If you want I can even make a PR, but I need to know what do you think of it.
The text was updated successfully, but these errors were encountered: