Update smux to latest #30
Annotations
6 errors and 1 warning
Build:
session.go#L78
cannot use (*smuxSession)(nil) (value of type *smuxSession) as abstractSession value in variable declaration: *smuxSession does not implement abstractSession (missing method Close) (typecheck)
|
Build:
session.go#L37
cannot use &smuxSession{…} (value of type *smuxSession) as abstractSession value in return statement: *smuxSession does not implement abstractSession (missing method Close) (typecheck)
|
Build:
session.go#L59
cannot use &smuxSession{…} (value of type *smuxSession) as abstractSession value in return statement: *smuxSession does not implement abstractSession (missing method Close) (typecheck)
|
Build:
session.go#L89
s.AcceptStream undefined (type *smuxSession has no field or method AcceptStream) (typecheck)
|
Build:
session.go#L85
s.OpenStream undefined (type *smuxSession has no field or method OpenStream) (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/
|