Pin to godep v58 in Jenkins unit/integration

pull/6/head
Jeff Grafton 2016-03-18 12:31:58 -07:00
parent 4877c988c3
commit 70813d6bb5
1 changed files with 9 additions and 0 deletions

View File

@ -29,6 +29,15 @@ export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
go get github.com/tools/godep
go get github.com/jstemmer/go-junit-report
# godep v59+ has issues with our GOPATH munging, so pin to v58 for now.
# https://github.com/kubernetes/kubernetes/issues/23200
(
cd ${GOPATH}/src/github.com/tools/godep
git checkout v58
godep go install
)
godep version
# Enable the Go race detector.
export KUBE_RACE=-race
# Disable coverage report