From 683ea197be2b7f517c5bb36ede5e3f672cca7197 Mon Sep 17 00:00:00 2001 From: saadali Date: Wed, 2 Nov 2016 16:33:53 -0700 Subject: [PATCH] Hard code godep version to v74 See issue #36111 --- hack/verify-godeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/verify-godeps.sh b/hack/verify-godeps.sh index 757b203d1da..1cff7e2c698 100755 --- a/hack/verify-godeps.sh +++ b/hack/verify-godeps.sh @@ -84,7 +84,7 @@ 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 'v63' + pin-godep 'v74' # Fill out that nice clean place with the kube godeps echo "Starting to download all kubernetes godeps. This takes a while"