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