The switch to go install
introduced a bug, as go install
requires an explicit @version
in order to trigger the newly-added download+compile feature, where as the existing go get
silently defaulted to @latest
when no version was given.
This release adds logic to explicitly default the version to @latest
if no version tag is provided.