Update dependency go to v1.24.6 #326
Annotations
3 errors and 1 warning
|
golangci-lint:
main.go#L75
[golangci] reported by reviewdog 🐶
net.Listen must not be called. use (*net.ListenConfig).Listen (noctx)
Raw Output:
main.go:75:27: net.Listen must not be called. use (*net.ListenConfig).Listen (noctx)
redisL, err := net.Listen("tcp", *redisAddr)
^
3 issues:
* noctx: 3
|
|
golangci-lint:
main.go#L49
[golangci] reported by reviewdog 🐶
net.Listen must not be called. use (*net.ListenConfig).Listen (noctx)
Raw Output:
main.go:49:29: net.Listen must not be called. use (*net.ListenConfig).Listen (noctx)
grpcSock, err := net.Listen("tcp", fmt.Sprintf(":%s", port))
^
|
|
golangci-lint:
cmd/server/demo.go#L96
[golangci] reported by reviewdog 🐶
net.Listen must not be called. use (*net.ListenConfig).Listen (noctx)
Raw Output:
cmd/server/demo.go:96:30: net.Listen must not be called. use (*net.ListenConfig).Listen (noctx)
grpcSock, err := net.Listen("tcp", grpcAdders[i])
^
|
|
golangci-lint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|