Skip to content

Commit

Permalink
Fix setup-gcloud fails when building package (goharbor#18682)
Browse files Browse the repository at this point in the history
Fix goharbor#18681

Signed-off-by: Yang Jiao <[email protected]>
  • Loading branch information
YangJiao0817 authored and WilfredAlmeida committed Jul 8, 2023
1 parent b18e28b commit 87f58ad
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@v1
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 87f58ad

Please sign in to comment.