Skip to content

Commit 09708e8

Browse files
authored
Merge pull request #490 from andyzhangx/go1.23.8
chore: bump to go1.23.8 to fix image build failure
2 parents d686d75 + a49a8dd commit 09708e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
module sigs.k8s.io/sig-storage-local-static-provisioner
22

3-
go 1.24
3+
go 1.23.8
44

55
require (
66
github.com/golang/glog v1.1.2
7+
github.com/google/go-cmp v0.6.0
78
github.com/kubernetes-csi/csi-proxy/client v1.0.2
89
github.com/onsi/ginkgo/v2 v2.13.0
910
github.com/onsi/gomega v1.29.0
@@ -55,7 +56,6 @@ require (
5556
github.com/golang/protobuf v1.5.4 // indirect
5657
github.com/google/cel-go v0.17.7 // indirect
5758
github.com/google/gnostic-models v0.6.8 // indirect
58-
github.com/google/go-cmp v0.6.0 // indirect
5959
github.com/google/gofuzz v1.2.0 // indirect
6060
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
6161
github.com/google/s2a-go v0.1.7 // indirect

0 commit comments

Comments
 (0)