Skip to content

Commit 92e97fc

Browse files
haasonsaasclaude
andcommitted
fix(ci): bump Go to 1.26 and gosec to v2.25.0 to match go.mod
go.mod requires go 1.26.1, so CI needs Go 1.26+. This also lets us use the latest gosec. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1496789 commit 92e97fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v6
1717
with:
18-
go-version: '1.24'
18+
go-version: '1.26'
1919

2020
- name: Install gosec
21-
run: go install github.com/securego/gosec/v2/cmd/gosec@v2.22.11
21+
run: go install github.com/securego/gosec/v2/cmd/gosec@v2.25.0
2222

2323
- name: Install govulncheck
2424
run: go install golang.org/x/vuln/cmd/govulncheck@latest

0 commit comments

Comments
 (0)