Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: pin setup-gcloud gh action to v0 #271

Merged
merged 5 commits into from Jan 5, 2022

Conversation

KaylaNguyen
Copy link
Collaborator

@KaylaNguyen KaylaNguyen commented Dec 29, 2021

@KaylaNguyen KaylaNguyen changed the title fix: pin setup-gcloud gh action to v0 refactor: pin setup-gcloud gh action to v0 Dec 29, 2021
@@ -70,7 +70,7 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ matrix.go-version }}-go-
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you help me understand why "uses" v0 only is sufficient? I'm trying to make sure we don't lose CI coverage. In other words, why not using two workflows one for v0 (like staging?) and another one for master?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

setup-gcloud github action repo is renaming their master branch so they're suggesting to pin to v0 instead: https://github.com/google-github-actions/setup-gcloud#-notices

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see. It's an official rename. LGTM.

@KaylaNguyen KaylaNguyen merged commit d705f70 into golang:qa Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants