Skip to content

Commit b926c6a

Browse files
authored
chore(deps): update gcloud to 390.0.0 (#9311)
1 parent 3a265fb commit b926c6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/install-cloud-sdk.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
set -euo pipefail
1818

19-
readonly GOOGLE_CLOUD_CPP_CLOUD_SDK_VERSION="367.0.0"
20-
readonly GOOGLE_CLOUD_CPP_SDK_SHA256="94328b9c6559a1b7ec2eeaab9ef0e4702215e16e8327c5b99718750526ae1efe"
19+
readonly GOOGLE_CLOUD_CPP_CLOUD_SDK_VERSION="390.0.0"
20+
readonly GOOGLE_CLOUD_CPP_SDK_SHA256="5ce31b85013599dd842ca8a08539aaa6047aee63bb216d5b3988fb2666b06c07"
2121

2222
readonly SITE="https://dl.google.com/dl/cloudsdk/channels/rapid/downloads"
23-
readonly TARBALL="google-cloud-sdk-${GOOGLE_CLOUD_CPP_CLOUD_SDK_VERSION}-linux-x86_64.tar.gz"
23+
readonly TARBALL="google-cloud-cli-${GOOGLE_CLOUD_CPP_CLOUD_SDK_VERSION}-linux-x86_64.tar.gz"
2424
curl -L "${SITE}/${TARBALL}" -o "${TARBALL}"
2525

2626
echo "${GOOGLE_CLOUD_CPP_SDK_SHA256} ${TARBALL}" | sha256sum --check -

0 commit comments

Comments
 (0)