Remove interface name from alt name if exist #342
Annotations
10 errors and 2 warnings
run make lint:
cmd/sriov/main.go#L18
could not import github.com/k8snetworkplumbingwg/sriov-cni/pkg/utils (-: # github.com/k8snetworkplumbingwg/sriov-cni/pkg/utils
|
run make lint:
pkg/utils/netlink_manager.go#L95
undefined: netlink.LinkDelAltName
|
run make lint:
pkg/config/config.go#L12
could not import github.com/k8snetworkplumbingwg/sriov-cni/pkg/utils (-: # github.com/k8snetworkplumbingwg/sriov-cni/pkg/utils
|
run make lint:
pkg/utils/netlink_manager.go#L95
undefined: netlink.LinkDelAltName
|
run make lint:
pkg/sriov/sriov.go#L10
could not import github.com/k8snetworkplumbingwg/sriov-cni/pkg/utils (-: # github.com/k8snetworkplumbingwg/sriov-cni/pkg/utils
|
run make lint:
pkg/utils/netlink_manager.go#L95
undefined: netlink.LinkDelAltName
|
run make lint:
pkg/utils/netlink_manager.go#L95
undefined: netlink.LinkDelAltName
|
run make lint:
pkg/utils/utils_test.go#L116
cannot use mocked (variable of type *mocks.NetlinkManager) as NetlinkManager value in argument to SetVFEffectiveMAC: *mocks.NetlinkManager does not implement NetlinkManager (missing method LinkDelAltName)
|
run make lint:
pkg/utils/utils_test.go#L137
cannot use mocked (variable of type *mocks.NetlinkManager) as NetlinkManager value in argument to SetVFEffectiveMAC: *mocks.NetlinkManager does not implement NetlinkManager (missing method LinkDelAltName)
|
run make lint:
pkg/utils/utils_test.go#L160
cannot use mocked (variable of type *mocks.NetlinkManager) as NetlinkManager value in argument to SetVFHardwareMAC: *mocks.NetlinkManager does not implement NetlinkManager (missing method LinkDelAltName)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Set up Go
Restore cache failed: Dependencies file is not found in /home/runner/work/sriov-cni/sriov-cni. Supported file pattern: go.sum
|
The logs for this run have expired and are no longer available.
Loading