Merge pull request #22362 from wojtek-t/print_go_version_in_building_release

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2016-03-02 09:10:50 -08:00
commit 9c72e6e923
1 changed files with 1 additions and 0 deletions

View File

@ -498,6 +498,7 @@ kube::golang::build_binaries() {
(
# Check for `go` binary and set ${GOPATH}.
kube::golang::setup_env
echo "Go version: $(go version)"
local host_platform
host_platform=$(kube::golang::host_platform)