fix(deps): update module github.com/metal-toolbox/ironlib to v1 - autoclosed #1960
Annotations
6 errors
golangci-lint:
internal/device/interface.go#L6
could not import github.com/metal-toolbox/alloy/internal/device/inband (-: # github.com/metal-toolbox/alloy/internal/device/inband
|
golangci-lint:
internal/device/inband/inband.go#L55
cannot use device (variable of type *"github.com/metal-toolbox/bmc-common".Device) as *"github.com/bmc-toolbox/common".Device value in assignment) (typecheck)
|
golangci-lint:
internal/device/inband/inband.go#L55
cannot use device (variable of type *"github.com/metal-toolbox/bmc-common".Device) as *"github.com/bmc-toolbox/common".Device value in assignment
|
golangci-lint:
internal/device/inband/inband_test.go#L19
cannot use inbandQueryor (variable of type *MockIronlib) as actions.DeviceManager value in struct literal: *MockIronlib does not implement actions.DeviceManager (wrong type for method GetInventory)
|
golangci-lint:
internal/device/inband/inband_test.go#L40
cannot use inbandQueryor (variable of type *MockIronlib) as actions.DeviceManager value in struct literal: *MockIronlib does not implement actions.DeviceManager (wrong type for method GetInventory)
|
golangci-lint
Process completed with exit code 2.
|
Loading