Right now there is no "version" or build date or any other information integrated into the binary when built. It would be a nice to, at a minimum, integrate a version number. A build date would be nice too. The git commit hash, build host, and build user are also options.
Possible ways to do this:
https://www.atatus.com/blog/golang-auto-build-versioning/
https://stackoverflow.com/questions/11354518/golang-application-auto-build-versioning
Right now there is no "version" or build date or any other information integrated into the binary when built. It would be a nice to, at a minimum, integrate a version number. A build date would be nice too. The git commit hash, build host, and build user are also options.
Possible ways to do this:
https://www.atatus.com/blog/golang-auto-build-versioning/
https://stackoverflow.com/questions/11354518/golang-application-auto-build-versioning