Skip to content

Commit

Permalink
[cherry-pick]Fix setup-gcloud fails when building package (#18683)
Browse files Browse the repository at this point in the history
Fix setup-gcloud fails when building package

Fix #18681

Signed-off-by: Yang Jiao <[email protected]>
  • Loading branch information
YangJiao0817 committed May 16, 2023
1 parent 48a2061 commit 31baf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
- uses: google-github-actions/setup-gcloud@v0
with:
version: '285.0.0'
version: '430.0.0'
- run: gcloud info
- name: Set up Go 1.20
uses: actions/setup-go@v1
Expand Down

0 comments on commit 31baf31

Please sign in to comment.