[Dockerfile] fix main.go path #5
Annotations
10 errors and 1 warning
Checks:
pkg/bgp/routes.go#L79
Error return value of `util.GetNodePodSubnet` is not checked (errcheck)
|
Checks:
pkg/bgp/routes.go#L80
Error return value of `net.ParseCIDR` is not checked (errcheck)
|
Checks:
pkg/bgp/routes.go#L86
Error return value of `util.GetNodeInternalIP` is not checked (errcheck)
|
Checks:
pkg/bgp/server.go#L57
Error return value of `s.grpc.Serve` is not checked (errcheck)
|
Checks:
pkg/bgp/server.go#L63
Error return value of `s.bgp.Stop` is not checked (errcheck)
|
Checks:
pkg/bgp/store.go#L43
Error return value of `s.Store.Get` is not checked (errcheck)
|
Checks:
pkg/bgp/store.go#L57
Error return value of `s.Store.Get` is not checked (errcheck)
|
Checks:
pkg/bgp/routes.go#L82
G115: integer overflow conversion int -> uint8 (gosec)
|
Checks:
pkg/bgp/server.go#L34
G115: integer overflow conversion int -> uint32 (gosec)
|
Checks:
pkg/bgp/server.go#L35
G115: integer overflow conversion int -> uint32 (gosec)
|
Checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|