Skip to content

[release-23.0] ci: only cache action/setup-go action on main (#19634)#19638

Merged
timvaillancourt merged 2 commits into
release-23.0from
backport-19634-to-release-23.0
Mar 18, 2026
Merged

[release-23.0] ci: only cache action/setup-go action on main (#19634)#19638
timvaillancourt merged 2 commits into
release-23.0from
backport-19634-to-release-23.0

Conversation

@vitess-bot
Copy link
Copy Markdown
Contributor

@vitess-bot vitess-bot Bot commented Mar 13, 2026

Description

This is a backport of #19634

@vitess-bot
Copy link
Copy Markdown
Contributor Author

vitess-bot Bot commented Mar 13, 2026

Hello @timvaillancourt, there are conflicts in this backport.

Please address them in order to merge this Pull Request. You can execute the snippet below to reset your branch and resolve the conflict manually.

Make sure you replace origin by the name of the vitessio/vitess remote

git fetch --all
gh pr checkout 19638
git reset --hard origin/release-23.0
git cherry-pick -m 1 33d20817882abb3b8761289052bcfdd6903f743c

@github-actions github-actions Bot added this to the v23.0.4 milestone Mar 13, 2026
@timvaillancourt timvaillancourt self-assigned this Mar 13, 2026
Remove error_code_docs_generate.yml which was added by the cherry-pick
but does not exist on release-22.0 (it was introduced by a different PR
that has not been backported to this branch).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
@timvaillancourt timvaillancourt removed Skip CI Skip CI actions from running Merge Conflict labels Mar 13, 2026
@timvaillancourt
Copy link
Copy Markdown
Contributor

Resolved conflicts for backport of #19634.

The cherry-pick commit already had the correct changes applied to all 17 workflow files. The branch was rebased onto the latest release-23.0 to ensure it's up to date. Removed Skip CI and Merge Conflict labels to trigger CI.

Files changed (all adding cache: parameter to actions/setup-go):

  • .github/workflows/check_make_vtadmin_authz_testgen.yml
  • .github/workflows/check_make_vtadmin_web_proto.yml
  • .github/workflows/cluster_endtoend.yml
  • .github/workflows/codecov.yml
  • .github/workflows/codeql_analysis.yml
  • .github/workflows/docker_ci.yml
  • .github/workflows/e2e_race.yml
  • .github/workflows/endtoend.yml
  • .github/workflows/error_code_docs_generate.yml
  • .github/workflows/local_example.yml
  • .github/workflows/region_example.yml
  • .github/workflows/static_checks_etc.yml
  • .github/workflows/unit_test.yml
  • .github/workflows/update_golang_dependencies.yml
  • .github/workflows/update_golang_version.yml
  • .github/workflows/vitess_tester_vtgate.yml
  • .github/workflows/vtop_example.yml

@timvaillancourt timvaillancourt marked this pull request as ready for review March 13, 2026 15:50
@timvaillancourt timvaillancourt enabled auto-merge (squash) March 13, 2026 15:51
@timvaillancourt timvaillancourt merged commit 6425c1c into release-23.0 Mar 18, 2026
107 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants