mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
hack/godep-restore.sh: use godep v79 which works
This commit is contained in:
parent
e315c388b2
commit
f88bae8191
@ -22,7 +22,7 @@ KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
||||
source "${KUBE_ROOT}/hack/lib/init.sh"
|
||||
source "${KUBE_ROOT}/hack/lib/util.sh"
|
||||
|
||||
kube::util::ensure_godep_version v74
|
||||
kube::util::ensure_godep_version v79
|
||||
|
||||
echo "Starting to download all kubernetes godeps. This takes a while"
|
||||
GOPATH=${GOPATH}:${KUBE_ROOT}/staging godep restore "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user