79113484

Date: 2024-10-22 10:07:37
Score: 1.5
Natty:
Report link

Try disabling CGO when you compile your application.

RUN CGO_ENABLED=0 go build -o ./bin/auth_server cmd/grpc_server/main.go

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: MohammadH Ghofrani