Skip to content

Feat: expires time #382

Feat: expires time

Feat: expires time #382

Triggered via pull request November 22, 2024 12:31
Status Failure
Total duration 58s
Artifacts

ci-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
lint: auth.go#L403
S1002: should omit comparison to bool constant, can be simplified to `!*cfg.AllowExpiredMessages` (gosimple)
lint: auth.go#L577
S1002: should omit comparison to bool constant, can be simplified to `!*cfg.AllowExpiredMessages` (gosimple)
lint
Process completed with exit code 1.
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/