mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Revert "Pin to godep v58 in Jenkins unit/integration"
This reverts commit 70813d6bb5
.
This commit is contained in:
parent
0d65d310fe
commit
2d9671cf27
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user