Skip to content

Update dependencies #52

Update dependencies

Update dependencies #52

Triggered via push January 7, 2024 08:43
Status Failure
Total duration 30s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Build: cipher/method_none.go#L35
cannot use &noneConn{…} (value of type *noneConn) as net.Conn value in return statement: *noneConn does not implement net.Conn (missing method Close) (typecheck)
Build: shadowstream/method.go#L145
cannot use ssConn (variable of type *clientConn) as net.Conn value in return statement: *clientConn does not implement net.Conn (missing method Close) (typecheck)
Build: shadowstream/method.go#L149
cannot use &clientConn{…} (value of type *clientConn) as net.Conn value in return statement: *clientConn does not implement net.Conn (missing method Close) (typecheck)
Build: shadowstream/method.go#L277
c.ReadBuffer undefined (type *clientPacketConn has no field or method ReadBuffer) (typecheck)
Build
issues found
Build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/