back to the roots #22
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
4 errors and 1 warning
|
lint
issues found
|
|
lint:
errors2_test.go#L47
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
|
lint:
errors2_test.go#L25
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
|
lint:
errors2_test.go#L81
Error return value of `errors.Wrap` is not checked (errcheck)
|
|
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|