Skip to content

Commit

Permalink
Bump default gcloud version
Browse files Browse the repository at this point in the history
This is to match bfa7a31d6 in webapp, and to make sure we're at least
240.0.0 which we need to deploy Go.

Test Plan: I've been using this version for a while

Auditors: csilvers
  • Loading branch information
benjaminjkraft committed Aug 22, 2019
1 parent c18a522 commit 30f409f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ install_deps() {
}

install_and_setup_gcloud() {
version=236.0.0 # should match webapp's MAX_SUPPORTED_VERSION
version=257.0.0 # should match webapp's MAX_SUPPORTED_VERSION
if ! which gcloud >/dev/null; then
echo "Installing Google Cloud SDK (gcloud)"
# On mac, we could alternately do `brew install google-cloud-sdk`,
Expand Down

0 comments on commit 30f409f

Please sign in to comment.