Skip to content

Support adding gRPC metadata to outgoing RPCs #1024

Support adding gRPC metadata to outgoing RPCs

Support adding gRPC metadata to outgoing RPCs #1024

Re-run triggered November 1, 2024 15:31
Status Success
Total duration 3m 32s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 3 warnings
lint: go/pkg/client/client_test.go#L305
Error return value of `server.Serve` is not checked (errcheck)
lint: go/pkg/client/client_test.go#L344
Error return value of `stream.Send` is not checked (errcheck)
lint: go/pkg/client/client.go#L194
field `remoteHeaders` is unused (unused)
lint: go/pkg/client/client_test.go#L341
error returned from external package is unwrapped: sig: func google.golang.org/grpc/status.Error(c google.golang.org/grpc/codes.Code, msg string) error (wrapcheck)
lint: go/pkg/client/client_test.go#L351
error returned from external package is unwrapped: sig: func google.golang.org/grpc/status.Error(c google.golang.org/grpc/codes.Code, msg string) error (wrapcheck)
lint: go/pkg/client/client_test.go#L359
error returned from interface method should be wrapped: sig: func (google.golang.org/genproto/googleapis/bytestream.ByteStream_WriteServer).Recv() (*google.golang.org/genproto/googleapis/bytestream.WriteRequest, error) (wrapcheck)
lint: go/pkg/client/client_test.go#L362
error returned from interface method should be wrapped: sig: func (google.golang.org/genproto/googleapis/bytestream.ByteStream_WriteServer).SendAndClose(*google.golang.org/genproto/googleapis/bytestream.WriteResponse) error (wrapcheck)
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/