From 87636fdd7833e307f8914198b6072939c11a7dd9 Mon Sep 17 00:00:00 2001 From: saadali Date: Wed, 2 Nov 2016 21:02:46 -0700 Subject: [PATCH] Fix godep to v73 in verify-godeps --- hack/verify-godeps.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hack/verify-godeps.sh b/hack/verify-godeps.sh index 1cff7e2c698..12bd9e57960 100755 --- a/hack/verify-godeps.sh +++ b/hack/verify-godeps.sh @@ -84,7 +84,8 @@ pushd "${_kubetmp}" 2>&1 > /dev/null popd > /dev/null } # Use to following if we ever need to pin godep to a specific version again - pin-godep 'v74' + pin-godep 'v73' + "${GODEP}" version # Fill out that nice clean place with the kube godeps echo "Starting to download all kubernetes godeps. This takes a while"