TritonDataCenter / triton-kubernetes

Kubernetes on Triton
Mozilla Public License 2.0
183 stars 43 forks source link

Fixes #85 - Added embedded git hash #86

Closed dekobon closed 6 years ago

dekobon commented 6 years ago

With this change, you can now build the project with an embedded git hash by doing:

go build -ldflags "-X main.GitHash=$(git rev-list -1 HEAD)"