From e9e6ac64bdc8d10894efd4dd89b75cf72098ff8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 4 Dec 2015 11:21:38 +0100 Subject: [PATCH] minor change to build script --- build.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.go b/build.go index 4a345c5fc73..01089856ce6 100644 --- a/build.go +++ b/build.go @@ -315,6 +315,8 @@ func build(pkg string, tags []string) { args = append(args, "-o", binary) args = append(args, pkg) setBuildEnv() + + runPrint("go", "version") runPrint("go", args...) // Create an md5 checksum of the binary, to be included in the archive for