feat(virtualization-api): first implementation #234
build_dev.yml
on: pull_request
Show
0s
Build and Push images
13m 59s
Annotations
10 errors and 4 warnings
Run linter
response body must be closed (bodyclose)
|
Run linter
Error return value is not checked (errcheck)
|
Run linter
Error return value is not checked (errcheck)
|
Run linter
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 linter
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Run linter
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
Run linter
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Run linter
`streamParams` - `params` is unused (unparam)
|
Run linter
unreachable: unreachable code (govet)
|
Run linter
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Run linter
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/.
|
Run linter
Restore cache failed: Dependencies file is not found in /home/runner/work/virtualization/virtualization. Supported file pattern: go.sum
|
Run unit test
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/.
|
Run unit test
Restore cache failed: Dependencies file is not found in /home/runner/work/virtualization/virtualization. Supported file pattern: go.sum
|