Skip to content

Commit 675bb20

Browse files
authored
Merge pull request kubernetes-csi#1326 from andyzhangx/CVE-2025-47907
test: fix CVE-2025-47907 error in trivy action
2 parents 23dd3f1 + d32f6e9 commit 675bb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install go
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: 1.24.2
19+
go-version: 1.24.6
2020

2121
- name: Build images from Dockerfile
2222
run: |

0 commit comments

Comments
 (0)