feat(virtualization-api): first implementation #234
Annotations
10 errors and 2 warnings
Run lint virtualization-controller
response body must be closed (bodyclose)
|
Run lint virtualization-controller
Error return value is not checked (errcheck)
|
Run lint virtualization-controller
Error return value is not checked (errcheck)
|
Run lint virtualization-controller
SA1015: using time.Tick leaks the underlying ticker, consider using it only in endless functions, tests and the main package, and use time.NewTicker here (staticcheck)
|
Run lint virtualization-controller
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Run lint virtualization-controller
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
Run lint virtualization-controller
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Run lint virtualization-controller
`streamParams` - `params` is unused (unparam)
|
Run lint virtualization-controller
unreachable: unreachable code (govet)
|
Run lint virtualization-controller
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: arduino/setup-task@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Set up Go 1.20
Restore cache failed: Dependencies file is not found in /home/runner/work/virtualization/virtualization. Supported file pattern: go.sum
|
Loading