Closed mohsenSy closed 2 weeks ago
This is generally expected behavior when performing a local build of the CLI using the bare go install
as there is no way to embed the git commit in the binary.
We could look at using the lesser known go install -buildvcs
option in some cases and we could access this build information at runtime.
Hi, I am trying to install
score-humanitec
CLI via go using this commandIf I check the version installed after this command using
score-humanitec --version
I get thisHowever, if I copy download and use the archive file I get the right version. Could you please fix the installation via go so we don't get dirty versions?
The two binary files installed via
go install ...
and via downloading the archive have two different checksums.