Closed dolmen closed 5 months ago
We don't control the age Formula, so this would be a homebrew-core issue, but I also understand it applies to all Go binaries they build.
It's actually kind of hard to install from a checked out tree (as opposed to "go install foo@version") while preserving the version. This is https://github.com/golang/go/issues/50603.
When installing
age
on MacOS using Homebrew, the installed binary was not built from a tagged release. As a resultgo version -m
applied to the binary reports(devel)
as the version instead ofv1.1.1
.