fix: check out code before setup-go so the Go cache finds go.sum, move actions to Node 24 majors - #16
Merged
Merged
Conversation
kgrodzicki
commented
Sep 16, 2026
Member
- reorder build and test workflows so actions/checkout runs before actions/setup-go
- bump actions/checkout to v7 and actions/setup-go to v7 in build, test and release workflows
…e actions to Node 24 majors - reorder build and test workflows so actions/checkout runs before actions/setup-go - bump actions/checkout to v7 and actions/setup-go to v7 in build, test and release workflows
There was a problem hiding this comment.
🟢 Approval recommended
No unresolved review comments remain, and the workflow changes are focused and consistent.
Pull request overview
Updates GitHub Actions workflows so checkout precedes Go setup for cache detection and upgrades actions to v7.
Changes:
- Reorders checkout and Go setup steps in build and test workflows.
- Upgrades checkout and setup-go actions in build, test, and release workflows.
File summaries
| File | Description |
|---|---|
.github/workflows/test.yml |
Reorders checkout and Go setup; upgrades actions. |
.github/workflows/release.yml |
Upgrades checkout and Go setup actions. |
.github/workflows/build.yml |
Reorders setup steps and upgrades actions. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.