chore(version): merge commits from release v1.6.8 #69
go.yaml
on: pull_request
ci-lint
2m 38s
Run unit unit-tests
3m 51s
Build binaries
1m 19s
Annotations
10 errors and 3 warnings
ci-lint:
pkg/utils/runtime/runtime.go#L1
Missed header for check (goheader)
|
ci-lint:
pkg/utils/runtime/runtime.go#L4
File is not `goimports`-ed with -local github.com/volcengine/cello (goimports)
|
ci-lint:
pkg/utils/iproute/iproute.go#L46
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"dst in route expect not nil\")" (err113)
|
ci-lint:
pkg/utils/iproute/iproute.go#L74
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"both src and dst is nil\")" (err113)
|
ci-lint:
pkg/utils/iproute/iproute.go#L116
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"%v, %v\", v4Err, v6Err)" (err113)
|
ci-lint:
pkg/utils/iproute/iproute.go#L125
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"get link addrs(of %s) failed: %s\", link.Attrs().Name, err.Error())" (err113)
|
ci-lint:
pkg/utils/iproute/iproute.go#L216
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"no link found by mac %s\", mac)" (err113)
|
ci-lint:
pkg/utils/iproute/iproute.go#L222
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"family must be FAMILY_V6 or FAMILY_V4\")" (err113)
|
ci-lint:
pkg/utils/iproute/iproute.go#L227
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"default route not found\")" (err113)
|
ci-lint:
pkg/deviceplugin/manager.go#L151
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"plugin not found\")" (err113)
|
Build binaries
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run unit unit-tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|