Skip to content

Commit 23dde47

Browse files
committed
test: fix trivy github action error
1 parent d5c03db commit 23dde47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.22.5
19+
go-version: 1.23.1
2020

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kubernetes-csi/external-snapshotter/v8
22

3-
go 1.22.5
3+
go 1.23.1
44

55
require (
66
github.com/container-storage-interface/spec v1.9.0

0 commit comments

Comments
 (0)