Annotations
5 errors and 1 warning
Lint:
internal/repository/mongo/attestation.go#L32
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
Lint:
internal/repository/mongo/proof.go#L55
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
Lint:
internal/service/attestation/attestation.go#L165
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
Lint:
internal/service/attestation/attestation.go#L170
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
Lint
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading