Add go checks to CI #3
Annotations
10 errors and 1 warning
internal/errors/errors.go#L72
Error return value of `component.Render` is not checked (errcheck)
|
internal/errors/errors.go#L77
Error return value of `component.Render` is not checked (errcheck)
|
internal/app/handlers.go#L22
Error return value of `w.Write` is not checked (errcheck)
|
internal/app/handlers.go#L40
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
|
internal/app/handlers.go#L77
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
|
internal/app/handlers.go#L140
Error return value of `w.Write` is not checked (errcheck)
|
internal/app/handlers.go#L152
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
|
internal/app/handlers.go#L519
Error return value of `component.Render` is not checked (errcheck)
|
internal/app/handlers.go#L529
Error return value of `r.ParseForm` is not checked (errcheck)
|
internal/app/fhir/r5/helpers.go#L57
func `newNullableUri` is unused (unused)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|
The logs for this run have expired and are no longer available.
Loading