chore: use go1.24

This commit is contained in:
andyzhangx 2025-04-02 09:14:28 +00:00
parent 3e189521d0
commit e4536bfc79

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/kubernetes-csi/csi-driver-nfs
go 1.23.1
go 1.24
require (
github.com/container-storage-interface/spec v1.11.0