Skip to content

ci: updated the latest conf and use supported Go versions #1241

ci: updated the latest conf and use supported Go versions

ci: updated the latest conf and use supported Go versions #1241

Triggered via pull request November 11, 2024 10:16
Status Failure
Total duration 7m 10s
Artifacts

pr-check.yml

on: pull_request
windows-test
42s
windows-test
compliant
40s
compliant
golangci-lint
20s
golangci-lint
Matrix: compatibility-test
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 1 warning
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)
compatibility-test (1.18, ARM64)
Process completed with exit code 1.
compatibility-test (1.23, X64)
The job was canceled because "_1_18_ARM64" failed.
compatibility-test (1.23, X64)
The operation was canceled.
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".