Skip to content

upgrade go-genproto submodules to avoid ambiguous import errors #136

upgrade go-genproto submodules to avoid ambiguous import errors

upgrade go-genproto submodules to avoid ambiguous import errors #136

Triggered via push August 12, 2024 07:10
Status Failure
Total duration 1m 20s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
test (1.19, ubuntu-latest): pkg/middleware/manager.go#L33
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
test (1.19, ubuntu-latest): pkg/middleware/manager.go#L35
SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
test (1.19, ubuntu-latest): pkg/middleware/unimplemented.go#L73
SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
test (1.19, ubuntu-latest): pkg/middleware/unimplemented.go#L75
SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
test (1.19, ubuntu-latest)
issues found
test (1.19, ubuntu-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/