Skip to content

Comments

ci: Fix cache warnings by moving checkout step first#14

Merged
bep merged 1 commit intomasterfrom
fix-ci-cache-warning
Jan 13, 2026
Merged

ci: Fix cache warnings by moving checkout step first#14
bep merged 1 commit intomasterfrom
fix-ci-cache-warning

Conversation

@bep
Copy link
Owner

@bep bep commented Jan 13, 2026

Summary

  • Move checkout step to be the first step in the workflow to fix "Restore cache failed" warnings
  • The warning occurs because setup-go tries to cache Go modules before the source is checked out

Test plan

  • Verify the CI workflow runs without cache warnings

🤖 Generated with Claude Code

Move the checkout step to be the first step in the workflow to fix
"Restore cache failed" warnings that occur because setup-go tries
to cache Go modules before the source is checked out.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bep bep merged commit 40a3c20 into master Jan 13, 2026
4 checks passed
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