Skip to content

Commit e12e457

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 9e41d76 commit e12e457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest]
31-
go: [1.24, 1.25]
31+
go: [1.24, 1.25, 1.26]
3232
include:
3333
- os: ubuntu-latest
3434
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)