Fix CI (#6) #1
Annotations
10 errors and 1 warning
ci:
agent/api/doc.go#L1
: # github.com/ultravioletrs/cocos-ai/agent/api
|
ci:
agent/api/logging.go#L18
cannot use (*loggingMiddleware)(nil) (value of type *loggingMiddleware) as agent.Service value in variable declaration: *loggingMiddleware does not implement agent.Service (missing method Attestation)
|
ci:
agent/api/logging.go#L27
cannot use &loggingMiddleware{…} (value of type *loggingMiddleware) as agent.Service value in return statement: *loggingMiddleware does not implement agent.Service (missing method Attestation)
|
ci:
agent/api/metrics.go#L17
cannot use (*metricsMiddleware)(nil) (value of type *metricsMiddleware) as agent.Service value in variable declaration: *metricsMiddleware does not implement agent.Service (missing method Attestation)
|
ci:
agent/api/metrics.go#L28
cannot use &metricsMiddleware{…} (value of type *metricsMiddleware) as agent.Service value in return statement: *metricsMiddleware does not implement agent.Service (missing method Attestation) (typecheck)
|
ci:
agent/api/grpc/client.go#L1
: # github.com/ultravioletrs/cocos-ai/agent/api/grpc
|
ci:
agent/api/grpc/client.go#L26
cannot use &grpcClient{…} (value of type *grpcClient) as agent.AgentServiceClient value in return statement: *grpcClient does not implement agent.AgentServiceClient (missing method Attestation) (typecheck)
|
ci:
agent/tracing/doc.go#L1
: # github.com/ultravioletrs/cocos-ai/agent/tracing
|
ci:
agent/tracing/tracing.go#L11
cannot use (*tracingMiddleware)(nil) (value of type *tracingMiddleware) as agent.Service value in variable declaration: *tracingMiddleware does not implement agent.Service (missing method Attestation)
|
ci:
agent/tracing/tracing.go#L20
cannot use &tracingMiddleware{…} (value of type *tracingMiddleware) as agent.Service value in return statement: *tracingMiddleware does not implement agent.Service (missing method Attestation) (typecheck)
|
ci
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|