Skip to content

Commit c2fb15f

Browse files
appleboyclaude
andcommitted
Add Go 1.26 to GitHub Actions test matrix
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 9a1aed7 commit c2fb15f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest]
16-
go: [1.24, 1.25]
16+
go: [1.24, 1.25, 1.26]
1717
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
1818
runs-on: ${{ matrix.os }}
1919

0 commit comments

Comments
 (0)