Skip to content

aaaahhhh

aaaahhhh #71

Triggered via push November 22, 2024 13:41
Status Failure
Total duration 50s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 3 warnings
lint: adapters/grpcserver/driver.go#L60
SA1019: grpc.Dial 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/setup-go@v3, actions/checkout@v3, 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/
lint: adapters/grpcserver/server.go#L13
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: adapters/grpcserver/server.go#L17
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)