diff --git a/hack/jenkins/test-dockerized.sh b/hack/jenkins/test-dockerized.sh index 6d0105f65a3..4a172afca98 100755 --- a/hack/jenkins/test-dockerized.sh +++ b/hack/jenkins/test-dockerized.sh @@ -29,15 +29,6 @@ export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH} go get github.com/tools/godep && godep version 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