Skip to content

Commit 6415a62

Browse files
author
Ivan
committed
ci: bump gosec to v2.29.0 for Go 1.27.1 compatibility
The old v2.22.10 build could not load stdlib packages under the current Go toolchain. Bump to the latest release so the gosec job can complete.
1 parent 66acb56 commit 6415a62

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
@@ -45,7 +45,7 @@ env:
4545
NODE_VERSION: "22"
4646
FUZZTIME: ${{ github.event_name == 'schedule' && '120s' || '15s' }}
4747
GOVULN_VERSION: "v1.3.0"
48-
GOSEC_VERSION: "v2.22.10"
48+
GOSEC_VERSION: "v2.29.0"
4949
GOLANGCI_LINT_VERSION: "v2.13.2"
5050

5151
jobs:

0 commit comments

Comments
 (0)