Feat(app): #11 Workflows Setup #3
Annotations
4 errors and 1 warning
services/file_service.go#L67
Error return value of `file.Seek` is not checked (errcheck)
|
controllers/file_controller.go#L103
Error return value of `ctx.Writer.Write` is not checked (errcheck)
|
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)
|
|
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/
|
This job failed
Loading