Skip to content

Commit 9b14c1c

Browse files
authored
Merge pull request #1884 from k8s-infra-cherrypick-robot/cherry-pick-1882-to-release-1.29
[release-1.29] test: fix stdlib CVE due to golang v1.22.2
2 parents c0be776 + 235140f commit 9b14c1c

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@v4
1414
with:
15-
go-version: ^1.16
15+
go-version: 1.22.3
1616
id: go
1717

1818
- name: Checkout code

0 commit comments

Comments
 (0)