From 35971c9a80879728a7bec38494a1edc1ecbf740f Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Tue, 16 Jun 2020 22:14:35 +0200 Subject: [feat] include git version in generated variable --- build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 402525f..4ce1e77 100755 --- a/build.sh +++ b/build.sh @@ -28,6 +28,7 @@ function init { function buildGoLib { echo "[+] Using go in" $GO "[`go version`]" + $GO generate ./pkg/config/version/gen.go if [ "$XBUILD" == "no" ] then echo "[+] Building Go library with standard Go compiler" -- cgit v1.2.3