We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba4e466 + 23dde47 commit 5ad0cfbCopy full SHA for 5ad0cfb
.github/workflows/trivy.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install go
17
uses: actions/setup-go@v5
18
with:
19
- go-version: 1.22.5
+ go-version: 1.23.1
20
21
- name: Build images from Dockerfile
22
run: |
go.mod
@@ -1,6 +1,6 @@
1
module github.com/kubernetes-csi/external-snapshotter/v8
2
3
-go 1.22.5
+go 1.23.1
4
5
require (
6
github.com/container-storage-interface/spec v1.9.0
0 commit comments