deps: update module github.com/container-storage-interface/spec to v1.9.0 - autoclosed #44
Annotations
8 errors
Run golangci/golangci-lint-action@v4:
cmd/aio/main.go#L1
: # github.com/hetznercloud/csi-driver/cmd/aio
|
Run golangci/golangci-lint-action@v4:
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)
|
Run golangci/golangci-lint-action@v4:
cmd/controller/main.go#L1
: # github.com/hetznercloud/csi-driver/cmd/controller
|
Run golangci/golangci-lint-action@v4:
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)
|
Run golangci/golangci-lint-action@v4:
driver/controller.go#L1
: # github.com/hetznercloud/csi-driver/driver [github.com/hetznercloud/csi-driver/driver.test]
|
Run golangci/golangci-lint-action@v4:
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)
|
Run golangci/golangci-lint-action@v4:
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)
|
Run golangci/golangci-lint-action@v4
issues found
|
Loading