Skip to content

🩹 Fix: golangci-lint issue for go1.25.0 #8580

🩹 Fix: golangci-lint issue for go1.25.0

🩹 Fix: golangci-lint issue for go1.25.0 #8580

Re-run triggered October 2, 2025 12:35
Status Failure
Total duration 1m 54s
Artifacts

linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)