healthchecklogs #387
Annotations
5 errors and 1 warning
lint:
app/server/main.go#L397
S1000: should use for range instead of for { select {} } (gosimple)
|
lint:
app/server/main.go#L390
lostcancel: the cancel function returned by context.WithCancel should be called, not discarded, to avoid a context leak (govet)
|
lint:
app/server/main.go#L402
SA5003: defers in this infinite loop will never run (staticcheck)
|
lint:
app/server/main.go#L420
SA5003: defers in this infinite loop will never run (staticcheck)
|
lint
issues found
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|