goversion icon indicating copy to clipboard operation
goversion copied to clipboard

New tag for goversion

Open Mayank8750 opened this issue 2 years ago • 2 comments

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? image (23)

Mayank8750 avatar Nov 30 '23 10:11 Mayank8750

What does goversion do that "go version" does not at this point?

rsc avatar Nov 30 '23 17:11 rsc

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.

Mayank8750 avatar Dec 01 '23 03:12 Mayank8750