ci: updated the latest conf and use supported Go versions #1241
Annotations
10 errors
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)
|
Golangci Lint:
connection_onevent.go#L113
Error return value of `c.SetReadTimeout` is not checked (errcheck)
|
Golangci Lint:
connection_onevent.go#L114
Error return value of `c.SetWriteTimeout` is not checked (errcheck)
|
Loading