Skip to content

Commit 0276b21

Browse files
nirgaclaude
andcommitted
fix: update CI matrix to include Go 1.24
Complete the CI matrix update that was missed in the previous commit. Now testing Go versions 1.22, 1.23, and 1.24 for comprehensive coverage. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 84be527 commit 0276b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
go-version: ["1.21", "1.22", "1.23"]
14+
go-version: ["1.22", "1.23", "1.24"]
1515

1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)