hack/godep-restore.sh: use godep v79 which works

pull/6/head
Dr. Stefan Schimanski 2017-03-12 18:43:10 +01:00
parent e315c388b2
commit f88bae8191
1 changed files with 1 additions and 1 deletions

View File

@ -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 "$@"