Update base image to RH UBI 9 and Golang 1.21.13 #945
Annotations
6 errors and 2 warnings
Linting:
pkg/config/config.go#L35
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Linting:
cmd/main.go#L96
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
Linting:
plugins/handler/ceilometer-metrics/main_test.go#L40
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Linting:
plugins/handler/sensubility-metrics/main.go#L104
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Linting:
plugins/handler/sensubility-metrics/main_test.go#L206
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Linting
issues found
|
Linting
Restore cache failed: Dependencies file is not found in /home/runner/work/sg-core/sg-core. Supported file pattern: go.sum
|
Unit tests
The following actions use a deprecated Node.js version and will be forced to run on node20: shogo82148/actions-goveralls@v1.8.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|