Skip to content

ci: fix broken Cloud Run deploy (migrate to google-github-actions v2)#1

Merged
dhighwayman merged 1 commit into
masterfrom
ci/fix-gcloud-deploy-action
May 29, 2026
Merged

ci: fix broken Cloud Run deploy (migrate to google-github-actions v2)#1
dhighwayman merged 1 commit into
masterfrom
ci/fix-gcloud-deploy-action

Conversation

@dhighwayman

Copy link
Copy Markdown
Contributor

The deploy job failed at Set up job with Unable to resolve action GoogleCloudPlatform/github-actions@master — Google retired that action.

This migrates auth to google-github-actions/auth@v2 (using the existing RUN_SA_KEY secret) + setup-gcloud@v2, and bumps checkout/setup-go. The Go build/test job already passes; this only touches the deploy job.

Merging to master will re-trigger the Cloud Run deploy.

🤖 Generated with Claude Code

The old GoogleCloudPlatform/github-actions/setup-gcloud@master action was
retired by Google and no longer resolves, breaking the deploy job at setup.
Switch to google-github-actions/auth@v2 + setup-gcloud@v2 (auth is now a
separate step using credentials_json), and bump checkout/setup-go versions.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@dhighwayman dhighwayman merged commit b4ccd30 into master May 29, 2026
2 checks passed
@dhighwayman dhighwayman deleted the ci/fix-gcloud-deploy-action branch May 29, 2026 17:04
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.

1 participant