Skip to content

Close TCP, TLS connections gracefully to avoid data loss #184

Close TCP, TLS connections gracefully to avoid data loss

Close TCP, TLS connections gracefully to avoid data loss #184

Triggered via pull request November 4, 2024 17:17
Status Failure
Total duration 1m 26s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
lint: internal/output/tls/tls.go#L49
Error return value of `o.conn.CloseWrite` is not checked (errcheck)
lint: internal/output/tcp/tcp.go#L47
Error return value of `o.conn.CloseWrite` is not checked (errcheck)
lint: internal/output/tcp/tcp.go#L57
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
lint: internal/output/tls/tls.go#L59
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
lint
issues found
lint
The `set-output` 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/