workflow fail #9
Annotations
7 errors and 2 warnings
Run golangci-lint:
internal/database/jsondb/userhandler.go#L175
Error return value of `u.DeleteUser` is not checked (errcheck)
|
Run golangci-lint:
internal/database/jsondb/userhandler.go#L182
Error return value of `u.UpdateUser` is not checked (errcheck)
|
Run golangci-lint:
internal/database/jsondb/entryhandler_test.go#L32
Error return value of `os.Create` is not checked (errcheck)
|
Run golangci-lint:
api/v1/authentication.go#L105
Error return value of `r.ParseForm` is not checked (errcheck)
|
Run golangci-lint:
api/v1/authentication.go#L141
Error return value of `r.ParseForm` is not checked (errcheck)
|
Run golangci-lint:
api/v1/authentication.go#L203
Error return value of `r.ParseForm` is not checked (errcheck)
|
Run golangci-lint
issues found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Loading