Skip to content

Commit e5fcea2

Browse files
authored
Merge pull request #1428 from andyzhangx/go1.22
chore: use go 1.22 in go.mod
2 parents 4cb200a + 48d9740 commit e5fcea2

File tree

2 files changed

+1
-4
lines changed
  • vendor/k8s.io/kubernetes/test/e2e/framework/testfiles/testdata/a

2 files changed

+1
-4
lines changed

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module sigs.k8s.io/blob-csi-driver
22

3-
go 1.21
4-
5-
toolchain go1.21.4
3+
go 1.22
64

75
require (
86
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible

vendor/k8s.io/kubernetes/test/e2e/framework/testfiles/testdata/a/foo.txt

-1
This file was deleted.

0 commit comments

Comments
 (0)