Skip to content

Commit 1c84a82

Browse files
authored
Merge pull request #1084 from bells17/update-vendor
Update vendor
2 parents f6164a1 + abd0c28 commit 1c84a82

File tree

4 files changed

+30
-3
lines changed
  • .github/workflows
  • vendor/github.com/kubernetes-csi/external-snapshotter/client/v7/apis

4 files changed

+30
-3
lines changed

.github/workflows/trivy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- name: Install go
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: ^1.19
20-
19+
go-version: ^1.22.3
20+
2121
- name: Build images from Dockerfile
2222
run: |
2323
make

go.mod

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

33
go 1.22.0
44

5-
toolchain go1.22.2
5+
toolchain go1.22.3
66

77
require (
88
github.com/container-storage-interface/spec v1.9.0

vendor/github.com/kubernetes-csi/external-snapshotter/client/v7/apis/volumegroupsnapshot/v1alpha1/types.go

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/kubernetes-csi/external-snapshotter/client/v7/apis/volumesnapshot/v1/types.go

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)