Skip to content

Commit 4b8651a

Browse files
haasonsaasclaude
andcommitted
fix(ci): pin gosec to v2.22.11 — last version supporting Go 1.24
v2.23.0+ requires Go 1.25, which our CI doesn't have yet. v2.24.0 (previously attempted) also requires 1.25. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 89f3fed commit 4b8651a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
go-version: '1.24'
1919

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

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

0 commit comments

Comments
 (0)