Skip to content

failed to build #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
lazyoop opened this issue Apr 3, 2021 · 1 comment
Open

failed to build #3

lazyoop opened this issue Apr 3, 2021 · 1 comment

Comments

@lazyoop
Copy link

lazyoop commented Apr 3, 2021

=> ERROR [builder 7/7] RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go buil 2.4s

[builder 7/7] RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build:
#11 1.649 /go/pkg/mod/google.golang.org/grpc@v1.31.0/internal/channelz/types_linux.go:26:2: missing go.sum entry for module providing package golang.org/x/sys/unix (imported by google.golang.org/grpc/internal/channelz); to add:
#11 1.649 go get google.golang.org/grpc/internal/channelz@v1.31.0


ERROR: Service 'server' failed to build

@alexnicco98
Copy link

inside the server dir modify the Dockerfile adding this line "RUN go mod tidy" before this one "RUN go mod download". I have fixed this, but now I get "Cannot check if index exist: elastic: Error 401 (Unauthorized)" from the server container after i run "docker-compose up"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants