carolynvs / magex

Helper methods for Magefiles
MIT License
32 stars 7 forks source link

Support installing latest with EnsurePackage #16

Closed carolynvs closed 2 years ago

carolynvs commented 2 years ago

Originally EnsurePackage was written for the older go get behavior. Now that we are using go install, the required syntax is a bit different, for example when a version is not specified, we should use @latest. I've also made it easier for people to specify the version both with and without the v prefix, and allow for them specifying either an empty version or latest.