Skip to content

Commit 57b2536

Browse files
timvwclaude
andcommitted
chore: update required status checks for new Go versions
Update required_status_checks to reference Test (1.24) and Test (1.25) instead of the generic "Test" check, matching the actual CI check names from the matrix build. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6bd0ecc commit 57b2536

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/settings.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ branches:
3939
required_status_checks:
4040
strict: true
4141
contexts:
42-
- "Test"
42+
- "Test (1.24)"
43+
- "Test (1.25)"
4344
- "Build"
4445
- "Lint"
4546
- "Cross Compile"

0 commit comments

Comments
 (0)