Update to latest dtls library. Fixes #85 #87
Annotations
6 errors and 1 warning
dtls/connection.go#L44
undeclared name: `dtls` (typecheck)
|
dtls/connection.go#L26
undeclared name: `dtls` (typecheck)
|
dtls/dialer.go#L47
undeclared name: `dtls` (typecheck)
|
dtls/dialer.go#L92
cannot use &(Connection literal) (value of type *Connection) as transport.Conn value in return statement: *Connection does not implement transport.Conn (missing method Close) (typecheck)
|
dtls/listener.go#L147
cannot use connection (variable of type *Connection) as transport.Conn value in argument to self.acceptF: *Connection does not implement transport.Conn (missing method Close) (typecheck)
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@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/
|
This job failed
Loading