Skip to content

List performance

List performance #2548

Triggered via pull request March 19, 2024 08:57
Status Failure
Total duration 3m 21s
Artifacts

test-go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
test-go: backend/daemon/api/register.go#L28
cannot use s.Entities (variable of type *"mintter/backend/daemon/api/entities/v1alpha".Server) as "mintter/backend/genproto/entities/v1alpha".EntitiesServer value in argument to entities.RegisterEntitiesServer: *"mintter/backend/daemon/api/entities/v1alpha".Server does not implement "mintter/backend/genproto/entities/v1alpha".EntitiesServer (missing method ListEntityMentions)
test-go: backend/daemon/api/entities/v1alpha/entities_test.go#L24
cannot use (*Server)(nil) (value of type *Server) as "mintter/backend/genproto/entities/v1alpha".EntitiesServer value in variable declaration: *Server does not implement "mintter/backend/genproto/entities/v1alpha".EntitiesServer (missing method ListEntityMentions)
test-go
Process completed with exit code 1.
test-go
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.