chore: Release main #680
Annotations
10 errors
|
golangci-lint:
server/rpc.go#L168
Function `convertMachineToProto` should pass the context parameter (contextcheck)
|
|
golangci-lint:
server/rpc.go#L147
Function `ListMachines$2->convertMachineToProto` should pass the context parameter (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:
agent/agent.go#L152
Function `shutdown` 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#L103
non-canonical header "X-Metadata-Token-TTL-Seconds", instead use: "X-Metadata-Token-Ttl-Seconds" (canonicalheader)
|