Skip to content

Support passing context to SendDatagram API (#4144) #4

Support passing context to SendDatagram API (#4144)

Support passing context to SendDatagram API (#4144) #4

Triggered via push October 30, 2023 15:03
Status Failure
Total duration 7m 27s
Artifacts

lint.yml

on: push
Matrix: golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

101 errors and 1 warning
check
Process completed with exit code 1.
golangci-lint (Go 1.20.x): http3/body.go#L1
: # github.com/quic-go/quic-go/http3 [github.com/quic-go/quic-go/http3.test]
golangci-lint (Go 1.20.x): http3/client_test.go#L227
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/client_test.go#L353
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/client_test.go#L460
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/client_test.go#L685
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L160
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L177
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L194
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L216
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L236
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/body.go#L1
: # github.com/quic-go/quic-go/http3 [github.com/quic-go/quic-go/http3.test]
golangci-lint (Go 1.20.x): http3/client_test.go#L227
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/client_test.go#L353
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/client_test.go#L460
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/client_test.go#L685
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L160
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L177
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L194
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L216
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L236
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/body.go#L1
: # github.com/quic-go/quic-go/http3 [github.com/quic-go/quic-go/http3.test]
golangci-lint (Go 1.20.x): http3/client_test.go#L227
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/client_test.go#L353
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/client_test.go#L460
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/client_test.go#L685
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L160
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L177
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L194
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L216
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L236
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/body.go#L1
: # github.com/quic-go/quic-go/http3 [github.com/quic-go/quic-go/http3.test]
golangci-lint (Go 1.20.x): http3/client_test.go#L227
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/client_test.go#L353
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/client_test.go#L460
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/client_test.go#L685
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L160
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L177
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L194
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L216
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L236
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/body.go#L1
: # github.com/quic-go/quic-go/http3 [github.com/quic-go/quic-go/http3.test]
golangci-lint (Go 1.20.x): http3/client_test.go#L227
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/client_test.go#L353
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/client_test.go#L460
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/client_test.go#L685
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L160
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L177
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L194
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L216
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.20.x): http3/server_test.go#L236
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/body.go#L1
: # github.com/quic-go/quic-go/http3 [github.com/quic-go/quic-go/http3.test]
golangci-lint (Go 1.21.x): http3/client_test.go#L227
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/client_test.go#L353
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/client_test.go#L460
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/client_test.go#L685
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L160
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L177
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L194
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L216
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L236
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/body.go#L1
: # github.com/quic-go/quic-go/http3 [github.com/quic-go/quic-go/http3.test]
golangci-lint (Go 1.21.x): http3/client_test.go#L227
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/client_test.go#L353
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/client_test.go#L460
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/client_test.go#L685
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L160
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L177
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L194
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L216
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L236
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/body.go#L1
: # github.com/quic-go/quic-go/http3 [github.com/quic-go/quic-go/http3.test]
golangci-lint (Go 1.21.x): http3/client_test.go#L227
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/client_test.go#L353
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/client_test.go#L460
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/client_test.go#L685
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L160
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L177
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L194
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L216
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L236
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/body.go#L1
: # github.com/quic-go/quic-go/http3 [github.com/quic-go/quic-go/http3.test]
golangci-lint (Go 1.21.x): http3/client_test.go#L227
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/client_test.go#L353
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/client_test.go#L460
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/client_test.go#L685
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L160
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L177
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L194
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L216
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L236
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/body.go#L1
: # github.com/quic-go/quic-go/http3 [github.com/quic-go/quic-go/http3.test]
golangci-lint (Go 1.21.x): http3/client_test.go#L227
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/client_test.go#L353
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/client_test.go#L460
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/client_test.go#L685
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.EarlyConnection value in return statement: *mockquic.MockEarlyConnection does not implement quic.EarlyConnection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L160
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L177
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L194
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L216
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
golangci-lint (Go 1.21.x): http3/server_test.go#L236
cannot use conn (variable of type *mockquic.MockEarlyConnection) as quic.Connection value in argument to s.handleRequest: *mockquic.MockEarlyConnection does not implement quic.Connection (wrong type for method SendDatagram)
check
Unexpected input(s) 'skip-pkg-cache', valid inputs are ['go-version', 'go-version-file', 'check-latest', 'token', 'cache', 'cache-dependency-path', 'architecture']