Skip to content

Fix: fixed typo in auth grpc #1

Fix: fixed typo in auth grpc

Fix: fixed typo in auth grpc #1

Triggered via push July 28, 2024 16:56
Status Failure
Total duration 27s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
build
missing go.sum entry for module providing package github.com/golang/protobuf/ptypes/wrappers (imported by github.com/IRSHIT033/E-comm-GO-/server/Order_service/auth_proto); to add:
build
missing go.sum entry for module providing package google.golang.org/grpc (imported by github.com/IRSHIT033/E-comm-GO-/server/Order_service/auth_proto); to add:
build
missing go.sum entry for module providing package google.golang.org/grpc/codes (imported by github.com/IRSHIT033/E-comm-GO-/server/Order_service/auth_proto); to add:
build
missing go.sum entry for module providing package google.golang.org/grpc/credentials/insecure (imported by github.com/IRSHIT033/E-comm-GO-/server/Order_service/grpc_auth); to add:
build
missing go.sum entry for module providing package google.golang.org/grpc/status (imported by github.com/IRSHIT033/E-comm-GO-/server/Order_service/auth_proto); to add:
build
Process completed with exit code 1.
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/