chore(deps): Bump google.golang.org/grpc from 1.78.0 to 1.79.2 #689
Annotations
10 errors
|
golangci-lint:
agent/tail/tail_test.go#L93
calculated cyclomatic complexity for function TestTailFile_Follow is 11, max is 10 (cyclop)
|
|
golangci-lint:
agent/tail/tail.go#L108
calculated cyclomatic complexity for function tailLines is 11, max is 10 (cyclop)
|
|
golangci-lint:
server/server.go#L175
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
|
golangci-lint:
server/pool.go#L555
Function `createMachine$2->createMachine$2$1` should pass the context parameter (contextcheck)
|
|
golangci-lint:
server/pool.go#L526
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
|
golangci-lint:
server/pool.go#L430
Function `createMachine$1` should pass the context parameter (contextcheck)
|
|
golangci-lint:
server/pool.go#L53
found a struct that contains a context.Context field (containedctx)
|
|
golangci-lint:
server/machine.go#L28
found a struct that contains a context.Context field (containedctx)
|
|
golangci-lint:
agent/tail/tail.go#L51
found a struct that contains a context.Context field (containedctx)
|
|
golangci-lint:
agent/mmds/client.go#L112
non-canonical header "X-Metadata-Token-TTL-Seconds", instead use: "X-Metadata-Token-Ttl-Seconds" (canonicalheader)
|