goversion
goversion copied to clipboard
New tag for goversion
The most recent tag for goversion package is 1.2.0 created on Apr 04, 2018(years ago). Can the latest master branch be tagged with a new tag?
What does goversion do that "go version" does not at this point?
Goversion offers additional build details, information via the -crypto flag, that the go version command does not provide.
In addition to this, I have a use case to use a compact binary(goversion size ~ 4 MBs) in my Go runtime image, specifically to confirm that the pre-compiled go executable adheres to FIPS compliance.