Skip to content

chore: update dependencies #56

chore: update dependencies

chore: update dependencies #56

Triggered via push December 11, 2024 18:04
Status Success
Total duration 2m 43s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: agent.go#L71
Error return value of `io.Copy` is not checked (errcheck)
lint: agent.go#L72
Error return value of `(*net.UnixConn).CloseWrite` is not checked (errcheck)
lint: agent.go#L76
Error return value of `io.Copy` is not checked (errcheck)
lint: agent.go#L77
Error return value of `channel.CloseWrite` is not checked (errcheck)
lint: conn.go#L48
Error return value of `c.Conn.SetDeadline` is not checked (errcheck)
lint: conn.go#L53
Error return value of `c.Conn.SetDeadline` is not checked (errcheck)
lint: options_test.go#L54
Error return value of `srv.SetOption` is not checked (errcheck)
lint: options_test.go#L57
Error return value of `srv.serveOnce` is not checked (errcheck)
lint: server.go#L319
Error return value of `ch.Reject` is not checked (errcheck)
lint: server.go#L333
Error return value of `req.Reply` is not checked (errcheck)
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636