Skip to content

chore: update deps #1073

chore: update deps

chore: update deps #1073

Triggered via pull request February 20, 2025 16:13
Status Failure
Total duration 1m 45s
Artifacts

go-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
go-check / All
cannot use (*mockConn)(nil) (value of type *mockConn) as network.Conn value in variable declaration: *mockConn does not implement network.Conn (missing method CloseWithError)
go-check / All
Process completed with exit code 1.
go-check / All: dht_filters_test.go#L39
cannot use (*mockConn)(nil) (value of type *mockConn) as network.Conn value in variable declaration: *mockConn does not implement network.Conn (missing method CloseWithError)
go-check / All: dht_filters_test.go#L67
cannot use &mockConn{…} (value of type *mockConn) as network.Conn value in array or slice literal: *mockConn does not implement network.Conn (missing method CloseWithError) (compile)
go-check / All: dht_options.go#L310
func disableFixLowPeersRoutine is unused (U1000)
go-check / All: dht_options.go#L320
func forceAddressUpdateProcessing is unused (U1000)
go-check / All
Process completed with exit code 1.