CI: Upgrade GitHub Actions to Node.js 24-compatible versions#327
Merged
Conversation
…eadline. Bumps actions/checkout v4→v6, actions/setup-go v5→v6, actions/cache v4→v5, and codecov/codecov-action v5→v6 to eliminate Node.js 20 deprecation warnings. Closes #311 💘 Generated with Crush Assisted-by: Crush:claude-opus-4-6
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #327 +/- ##
==========================================
- Coverage 68.30% 67.60% -0.71%
==========================================
Files 46 49 +3
Lines 7323 7568 +245
==========================================
+ Hits 5002 5116 +114
- Misses 1988 2110 +122
- Partials 333 342 +9 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
actions/checkoutv4→v6,actions/setup-gov5→v6,actions/cachev4→v5,codecov/codecov-actionv5→v6Test plan
make test-allpasses locally (fmt-check, vet, lint, test, test-race, test-fixtures)make plan-checkpassesmake readme-checkpassesCloses #311
💘 Generated with Crush