Skip to content

Commit adff55a

Browse files
qasim-nylasclaude
andcommitted
fix(ci): bump Go version to 1.26 to resolve stdlib vulnerabilities
CI was using Go 1.24 which has 5 known stdlib vulnerabilities (crypto/x509, html/template, net/url, os) that cause govulncheck to fail. Go 1.26 includes all fixes. Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 1478a1a commit adff55a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: '1.24'
22+
go-version: '1.26'
2323

2424
- name: Download dependencies
2525
run: go mod download
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Go
4949
uses: actions/setup-go@v5
5050
with:
51-
go-version: '1.24'
51+
go-version: '1.26'
5252

5353
- name: Run golangci-lint
5454
uses: golangci/golangci-lint-action@v7

0 commit comments

Comments
 (0)