You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore(golangci): fix noctx issue to use (*net.Dialer).DialContext
See,
$ golangci-lint run ./...
internal/util/net.go:6:23: net.Dial must not be called. use (*net.Dialer).DialContext (noctx)
conn, err := net.Dial("udp", "8.8.8.8:80")
^
1 issues:
* noctx: 1
Signed-off-by: Mario Trangoni <[email protected]>
* chore(golangci): Upgrade golangci from v2.2.2 to v2.4.0
Signed-off-by: Mario Trangoni <[email protected]>
---------
Signed-off-by: Mario Trangoni <[email protected]>
0 commit comments