Update dependencies #23
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, actions/cache@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|