Closed
Description
currently the cross build script on jenkins, uses whatever golang available on the master,
to minimize variances,
I recommend we pin down the version to use same golang verison both in travis and jenkins
the cross build script in jenkins should check for go version, if not available install it.
https://github.com/kubernetes/minikube/blob/master/hack/jenkins/minikube_cross_build_and_upload.sh
Currently I set the travis version to 1.12.7
we need to set it in jenkins too