Skip to content

issues/443: errors; add equivalent functions from standard library #3154

issues/443: errors; add equivalent functions from standard library

issues/443: errors; add equivalent functions from standard library #3154

Triggered via pull request June 11, 2024 12:59
@komuwkomuw
synchronize #449
issues/443
Status Failure
Total duration 3m 12s
Artifacts

ci.yml

on: pull_request
Matrix: check_release_notes
Matrix: integration_test_coverage
Matrix: run_analysis
Matrix: run_tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
run_analysis (>=1.22.4, ubuntu-22.04): errors/errors.go#L57
`wrap` - `skip` always receives `3` (unparam)
run_analysis (>=1.22.4, ubuntu-22.04): log/log_test.go#L123
slog: slog.Logger.Error arg "errors.New(msg)" should be a string or a slog.Attr (possible missing key or value) (govet)
run_analysis (>=1.22.4, ubuntu-22.04): log/log_test.go#L168
slog: slog.Logger.Error arg "errors.New(\"this-ting-is-bad\")" should be a string or a slog.Attr (possible missing key or value) (govet)
run_analysis (>=1.22.4, ubuntu-22.04): log/log_test.go#L203
slog: slog.Logger.Error arg "errors.New(errMsg)" should be a string or a slog.Attr (possible missing key or value) (govet)
run_analysis (>=1.22.4, ubuntu-22.04): log/log_test.go#L222
slog: slog.Logger.Error arg "errors.New(\"cool1\")" should be a string or a slog.Attr (possible missing key or value) (govet)
run_analysis (>=1.22.4, ubuntu-22.04): log/log_test.go#L233
slog: slog.Logger.Error arg "errors.New(\"cool2\")" should be a string or a slog.Attr (possible missing key or value) (govet)
run_analysis (>=1.22.4, ubuntu-22.04): log/log_test.go#L281
slog: slog.Logger.Error arg "errors.New(errMsg)" should be a string or a slog.Attr (possible missing key or value) (govet)
run_analysis (>=1.22.4, ubuntu-22.04): log/log_benchmarks_test.go#L219
slog: slog.Logger.Error arg "logErr" should be a string or a slog.Attr (possible missing key or value) (govet)
run_analysis (>=1.22.4, ubuntu-22.04): log/log_benchmarks_test.go#L231
slog: slog.Logger.Error arg "logErr" should be a string or a slog.Attr (possible missing key or value) (govet)
run_analysis (>=1.22.4, ubuntu-22.04): log/log_benchmarks_test.go#L288
slog: slog.Logger.Error arg "logErr" should be a string or a slog.Attr (possible missing key or value) (govet)
check_release_notes (>=1.22.4, ubuntu-22.04)
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/.
integration_test_coverage (>=1.22.4, ubuntu-22.04)
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/.
run_analysis (>=1.22.4, ubuntu-22.04)
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/.
run_tests (>=1.22.4, ubuntu-22.04)
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/.