Skip to content

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

ci: updated the latest conf and use supported Go versions

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

Triggered via pull request November 11, 2024 10:20
@xiaostxiaost
synchronize #367
ci/update-yaml
Status Failure
Total duration 7m 0s
Artifacts

pr-check.yml

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

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".