Skip to content

Feature/kafka-and-rabbitmq #14

Feature/kafka-and-rabbitmq

Feature/kafka-and-rabbitmq #14

Re-run triggered November 4, 2024 17:34
Status Failure
Total duration 1m 30s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Lint Code: utils/helpers/helpers.go#L6
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
Lint Code: clients/kafka/kafka_client.go#L83
SA4006: this value of `err` is never used (staticcheck)
Lint Code: clients/kafka/kafka_client.go#L84
SA4006: this value of `err` is never used (staticcheck)
Lint Code
Process completed with exit code 1.
Lint Code
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/