deps: update module github.com/kubernetes-csi/csi-test/v5 to v5.2.0 - autoclosed #45
Annotations
8 errors
lint:
cmd/aio/main.go#L1
: # github.com/hetznercloud/csi-driver/cmd/aio
|
lint:
cmd/aio/main.go#L113
cannot use controllerService (variable of type *"github.com/hetznercloud/csi-driver/driver".ControllerService) as "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer value in argument to proto.RegisterControllerServer: *"github.com/hetznercloud/csi-driver/driver".ControllerService does not implement "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer (missing method ControllerModifyVolume) (typecheck)
|
lint:
cmd/controller/main.go#L1
: # github.com/hetznercloud/csi-driver/cmd/controller
|
lint:
cmd/controller/main.go#L85
cannot use controllerService (variable of type *"github.com/hetznercloud/csi-driver/driver".ControllerService) as "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer value in argument to proto.RegisterControllerServer: *"github.com/hetznercloud/csi-driver/driver".ControllerService does not implement "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer (missing method ControllerModifyVolume) (typecheck)
|
lint:
driver/controller.go#L1
: # github.com/hetznercloud/csi-driver/driver [github.com/hetznercloud/csi-driver/driver.test]
|
lint:
driver/controller_test.go#L18
cannot use (*ControllerService)(nil) (value of type *ControllerService) as "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer value in variable declaration: *ControllerService does not implement "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer (missing method ControllerModifyVolume)
|
lint:
driver/sanity_test.go#L62
cannot use controllerService (variable of type *ControllerService) as "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer value in argument to proto.RegisterControllerServer: *ControllerService does not implement "github.com/container-storage-interface/spec/lib/go/csi".ControllerServer (missing method ControllerModifyVolume) (typecheck)
|
lint
issues found
|