Skip to content

Commit 40dfe50

Browse files
committed
test: fix CVE-2025-22871 in trivy action
1 parent 1fa7d8e commit 40dfe50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go 1.x
1313
uses: actions/setup-go@v5
1414
with:
15-
go-version: 1.23.6
15+
go-version: 1.24.2
1616
id: go
1717

1818
- name: Checkout code

0 commit comments

Comments
 (0)