Fix source not unwrapped #28
Annotations
10 errors and 1 warning
Build:
quic.go#L16
undefined: quic (typecheck)
|
Build:
quic.go#L17
undefined: quic (typecheck)
|
Build:
quic.go#L18
undefined: quic (typecheck)
|
Build:
hysteria/service.go#L147
undefined: qtls (typecheck)
|
Build:
hysteria/client.go#L142
undefined: qtls (typecheck)
|
Build:
hysteria/client.go#L194
cannot use &clientConn{…} (value of type *clientConn) as net.Conn value in return statement: *clientConn does not implement net.Conn (missing method SetDeadline) (typecheck)
|
Build:
hysteria/protocol.go#L253
not enough arguments in call to common.Error
|
Build:
hysteria/service.go#L132
undefined: qtls (typecheck)
|
Build:
hysteria/service.go#L247
cannot use &serverConn{…} (value of type *serverConn) as net.Conn value in argument to s.handler.NewConnection: *serverConn does not implement net.Conn (missing method SetDeadline) (typecheck)
|
Build:
hysteria2/client.go#L196
cannot use &clientConn{…} (value of type *clientConn) as net.Conn value in return statement: *clientConn does not implement net.Conn (missing method SetDeadline) (typecheck)
|
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|