🩹 Fix: golangci-lint issue for go1.25.0 #8580
Annotations
10 errors
|
lint:
listen.go#L301
net.Listen must not be called. use (*net.ListenConfig).Listen (noctx)
|
|
lint:
client/response_test.go#L152
net.Listen must not be called. use (*net.ListenConfig).Listen (noctx)
|
|
lint:
client/client_test.go#L1368
net.Listen must not be called. use (*net.ListenConfig).Listen (noctx)
|
|
lint:
client/client_test.go#L1337
net.Listen must not be called. use (*net.ListenConfig).Listen (noctx)
|
|
lint:
client/client_test.go#L1303
net.Listen must not be called. use (*net.ListenConfig).Listen (noctx)
|
|
lint:
app_test.go#L1791
net.Listen must not be called. use (*net.ListenConfig).Listen (noctx)
|
|
lint:
app_test.go#L1758
net.Dial must not be called. use (*net.Dialer).DialContext (noctx)
|
|
lint:
app_test.go#L1752
net.Listen must not be called. use (*net.ListenConfig).Listen (noctx)
|
|
lint:
app_test.go#L1720
net.Dial must not be called. use (*net.Dialer).DialContext (noctx)
|
|
lint:
app_test.go#L1709
net.Listen must not be called. use (*net.ListenConfig).Listen (noctx)
|