Skip to content

Commit 6fef84e

Browse files
mason-sharpclaude
andcommitted
Update CI matrix to Go 1.25 only
Go 1.23 and 1.24 are incompatible with go.mod requiring 1.25.8, and stdlib CVE fixes are only available in 1.25+. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent aa3c564 commit 6fef84e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
go-version: ['1.23', '1.24', '1.25']
18+
go-version: ['1.25']
1919

2020
steps:
2121
- name: Checkout code

0 commit comments

Comments
 (0)