mirror of https://github.com/k3s-io/k3s
hack/godep-restore.sh: use godep v79 which works
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