From f88bae8191fad15f7d78f5a6746b2717d7b1b6c5 Mon Sep 17 00:00:00 2001 From: "Dr. Stefan Schimanski" Date: Sun, 12 Mar 2017 18:43:10 +0100 Subject: [PATCH] hack/godep-restore.sh: use godep v79 which works --- hack/godep-restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/godep-restore.sh b/hack/godep-restore.sh index ed23e1478a..a982597f59 100755 --- a/hack/godep-restore.sh +++ b/hack/godep-restore.sh @@ -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 "$@"