Skip to content

Commit

Permalink
Bump google-cloud-sdk version to 485.0.0 in Breeze scripts (#41024)
Browse files Browse the repository at this point in the history
  • Loading branch information
e-galan authored Jul 25, 2024
1 parent a9d6d2a commit 14e9759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/in_container/bin/install_gcloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if command -v gcloud; then
exit 1
fi

CLOUD_SDK_VERSION=322.0.0
CLOUD_SDK_VERSION=485.0.0
DOWNLOAD_URL="https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-${CLOUD_SDK_VERSION}-linux-x86_64.tar.gz"

if [[ -e ${INSTALL_DIR} ]]; then
Expand Down

0 comments on commit 14e9759

Please sign in to comment.