From 8a814a59f8418fde9a20ea3e805e16cbeecc3d15 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Fri, 8 Apr 2016 14:43:44 +0200 Subject: [PATCH] Remove GoVersion from build.sh --- scripts/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 0eede673..62d9c287 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -33,8 +33,7 @@ ldflags=" -X ${repo_path}/version.Revision=${revision} -X ${repo_path}/version.Branch=${branch} -X ${repo_path}/version.BuildUser=${USER}@${host} - -X ${repo_path}/version.BuildDate=${build_date} - -X ${repo_path}/version.GoVersion=${go_version}" + -X ${repo_path}/version.BuildDate=${build_date}" if [ "$(go env GOOS)" != "darwin" ]; then ldflags="${ldflags} -extldflags \"-static\""