Bump godep version to v79

This commit is contained in:
Christoph Blecker
2017-03-12 14:06:19 -07:00
parent da20ffdae6
commit d31a88fee7
11 changed files with 17 additions and 17 deletions

View File

@@ -54,7 +54,7 @@ if ! $ALL ; then
echo "Running in short-circuit mode; run with -a to force all scripts to run."
fi
kube::util::ensure_godep_version v74
kube::util::ensure_godep_version v79
if ! kube::util::godep_restored 2>&1 | sed 's/^/ /'; then
echo "Running godep restore"
@@ -95,4 +95,3 @@ for t in $BASH_TARGETS; do
done
echo -e "${color_green}Update scripts completed successfully${color_norm}"