Skip to content

sync upstream

sync upstream #50

Triggered via push October 7, 2024 11:34
Status Failure
Total duration 3m 15s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
lint: pkg/grpcclient/conn_context.go#L97
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
lint: pkg/grpcclient/conn_context_test.go#L37
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
lint: pkg/retry/interceptor_test.go#L99
SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
lint: pkg/retry/interceptor_test.go#L108
SA1019: grpc.DialContext is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
lint
issues found
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/