Skip to content

Commit 5ad0cfb

Browse files
authored
Merge pull request kubernetes-csi#1156 from andyzhangx/trivy-go
test: fix trivy github action error
2 parents ba4e466 + 23dde47 commit 5ad0cfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/trivy.yaml

+1-1
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

+1-1
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)