ci: updated the latest conf and use supported Go versions #1243
Annotations
13 errors and 1 warning
golangci-lint:
mux/shard_queue_test.go#L63
Error return value of `buf.Malloc` is not checked (errcheck)
|
golangci-lint:
mux/shard_queue.go#L140
SA1012: do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (staticcheck)
|
golangci-lint:
connection_impl.go#L348
Error return value of `syscall.SetNonblock` is not checked (errcheck)
|
golangci-lint:
connection_impl.go#L352
Error return value is not checked (errcheck)
|
golangci-lint:
connection_impl.go#L386
Error return value of `c.AddCloseCallback` is not checked (errcheck)
|
golangci-lint:
connection_impl.go#L494
Error return value of `c.outputBuffer.Release` is not checked (errcheck)
|
golangci-lint:
connection_impl.go#L541
Error return value of `c.operator.Control` is not checked (errcheck)
|
golangci-lint:
connection_onevent.go#L110
Error return value of `c.SetOnConnect` is not checked (errcheck)
|
golangci-lint:
connection_onevent.go#L111
Error return value of `c.SetOnDisconnect` is not checked (errcheck)
|
golangci-lint:
connection_onevent.go#L112
Error return value of `c.SetOnRequest` is not checked (errcheck)
|
compatibility-test (1.18, ARM64)
Process completed with exit code 1.
|
compatibility-test (1.23, ARM64)
The job was canceled because "_1_18_ARM64" failed.
|
compatibility-test (1.23, ARM64)
The operation was canceled.
|
compliant:
netpoll_unix_test.go#L69
"listerner" should be "listener".
|