Fix setup-gcloud fails when building package (#18682)

Fix #18681

Signed-off-by: Yang Jiao <jiaoya@vmware.com>
This commit is contained in:
Yang Jiao 2023-05-16 16:04:00 +08:00 committed by GitHub
parent f8e28dbede
commit cf1af0d450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
- uses: google-github-actions/setup-gcloud@v1
with:
version: '285.0.0'
version: '430.0.0'
- run: gcloud info
- name: Set up Go 1.20
uses: actions/setup-go@v1