This patch includes vlan trunking for Intel and Mellanox: #30
Annotations
8 errors and 2 warnings
run make lint:
pkg/providers/providers_test.go#L37
unknown field Master in struct literal of type "github.com/k8snetworkplumbingwg/sriov-cni/pkg/types".NetConf
|
run make lint:
pkg/providers/providers_test.go#L38
unknown field VFID in struct literal of type "github.com/k8snetworkplumbingwg/sriov-cni/pkg/types".NetConf (typecheck)
|
run make lint:
pkg/utils/utils.go#L519
Error return value of `json.Unmarshal` is not checked (errcheck)
|
run make lint:
pkg/utils/utils.go#L36
var `execCommand` is unused (unused)
|
run make lint:
pkg/factory/factory_suite_test.go#L29
S1021: should merge variable declaration with assignment on next line (gosimple)
|
run make lint:
pkg/utils/utils.go#L420
S1007: should use raw string (`...`) with regexp.MustCompile to avoid having to escape twice (gosimple)
|
run make lint:
pkg/utils/utils.go#L8
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
run make lint
Process completed with exit code 2.
|
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
|
Loading