chore: simplify setting of version for the app
Compare changes
Files
14+ 5
− 5
@@ -9,6 +9,7 @@ XBUILD="${XBUILD:-no}"
@@ -64,9 +65,6 @@ function init {
@@ -78,13 +76,15 @@ function buildGoLib {
this removes the go generate way of generating the pkg/config/version.go file and uses build time ld flags to set the version when building from git or uses .gitattributes to set it during git archive
also addresses https://0xacab.org/leap/infrastructure/-/issues/19