Skip to content

Support adding gRPC metadata to outgoing RPCs #1025

Support adding gRPC metadata to outgoing RPCs

Support adding gRPC metadata to outgoing RPCs #1025

Re-run triggered November 12, 2024 17:48
Status Success
Total duration 3m 40s
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#L306
Error return value of `server.Serve` is not checked (errcheck)
lint: go/pkg/client/client_test.go#L345
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#L342
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#L352
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#L360
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#L363
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/