Skip to content

Commit c8a35e1

Browse files
committed
fix CI
1 parent 7327ab0 commit c8a35e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
4242
- name: Run gosec
4343
run: |
44-
# 2026-02-16: gosec is broken for multi-module repos, so we use v2.23.0 instead of the latest version.
45-
# go install github.com/securego/gosec/v2/cmd/gosec@latest
4644
go install github.com/securego/gosec/v2/cmd/gosec@v2.23.0
4745
gosec -exclude-dir=.cache ./...
4846

0 commit comments

Comments
 (0)