From ba71e6307a5f76d8c238222938290db6d3fd8048 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Fri, 30 Mar 2018 15:54:52 -0700 Subject: [PATCH] Bump godep version to v80 --- hack/lib/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/lib/util.sh b/hack/lib/util.sh index 0a5f5844bcc..d36bad81d12 100755 --- a/hack/lib/util.sh +++ b/hack/lib/util.sh @@ -428,7 +428,7 @@ kube::util::ensure_clean_working_dir() { # Ensure that the given godep version is installed and in the path. Almost # nobody should use any version but the default. kube::util::ensure_godep_version() { - GODEP_VERSION=${1:-"v79"} # this version is known to work + GODEP_VERSION=${1:-"v80"} # this version is known to work if [[ "$(godep version 2>/dev/null)" == *"godep ${GODEP_VERSION}"* ]]; then return