bump ci go version to 1.5.2

This commit is contained in:
Mike Danese
2015-11-30 11:00:29 -08:00
parent 77a5ba6c57
commit c2753d75d2
5 changed files with 9 additions and 10 deletions

View File

@@ -42,5 +42,5 @@ docker run --rm=true \
-v "${REPO_DIR}":/go/src/k8s.io/kubernetes \
-v "${KUBE_JUNIT_REPORT_DIR}":/workspace/artifacts \
--env REPO_DIR="${REPO_DIR}" \
-i gcr.io/google_containers/kubekins-test:0.3 \
-i gcr.io/google_containers/kubekins-test:0.5 \
bash -c "cd kubernetes && ./hack/jenkins/test-dockerized.sh"