Skip to content

add a round robin grpc balancer #864

add a round robin grpc balancer

add a round robin grpc balancer #864

Triggered via pull request April 22, 2024 20:48
Status Success
Total duration 30s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 4 warnings
lint: go/pkg/balancer/roundrobin.go#L32
error returned from external package is unwrapped: sig: func errors.Join(errs ...error) error (wrapcheck)
lint: go/pkg/balancer/roundrobin.go#L36
error returned from external package is unwrapped: sig: func (*google.golang.org/grpc.ClientConn).Invoke(ctx context.Context, method string, args interface{}, reply interface{}, opts ...google.golang.org/grpc.CallOption) error (wrapcheck)
lint: go/pkg/balancer/roundrobin.go#L40
error returned from external package is unwrapped: sig: func (*google.golang.org/grpc.ClientConn).NewStream(ctx context.Context, desc *google.golang.org/grpc.StreamDesc, method string, opts ...google.golang.org/grpc.CallOption) (google.golang.org/grpc.ClientStream, error) (wrapcheck)
lint: go/pkg/client/client.go#L220
error returned from interface method should be wrapped: sig: func (io.Closer).Close() error (wrapcheck)
lint: go/pkg/client/client.go#L225
error returned from interface method should be wrapped: sig: func (io.Closer).Close() error (wrapcheck)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, golangci/golangci-lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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 `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/
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/