Skip to content

chore(deps): Bump google.golang.org/grpc from 1.78.0 to 1.79.3 #691

chore(deps): Bump google.golang.org/grpc from 1.78.0 to 1.79.3

chore(deps): Bump google.golang.org/grpc from 1.78.0 to 1.79.3 #691

Status Failure
Total duration 43s
Artifacts

lint.yaml

on: pull_request
golangci-lint
37s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
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)
golangci-lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-go@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/