Skip to content

Update smux to latest #30

Update smux to latest

Update smux to latest #30

Triggered via push December 31, 2023 07:52
Status Failure
Total duration 37s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

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/