Open scalp42 opened 8 years ago
I think you might just need to run go generate
first, which substitutes a string in version.go with the git hash
[skivvy marathonctl (master)] $ go build && ./marathonctl -v
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[skivvy marathonctl (master)] $ go generate && go build && ./marathonctl -v
3e2e8f6be7b8c2fe391caebbc84c2e90e55bb2b7
hi @shoenig, thanks again for the tool.
Just noticed:
Any ideas ?