Skip to content
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

ERROR [gobuilder 8/9] RUN go mod download #9

Open
nosmex opened this issue Jan 9, 2024 · 0 comments
Open

ERROR [gobuilder 8/9] RUN go mod download #9

nosmex opened this issue Jan 9, 2024 · 0 comments

Comments

@nosmex
Copy link

nosmex commented Jan 9, 2024

Hello,

The build step fails with this go related issue:

=> ERROR [gobuilder 8/9] RUN go mod download 11.2s

[gobuilder 8/9] RUN go mod download:
#0 10.78 go: github.com/99designs/[email protected] requires
#0 10.78 sourcegraph.com/sourcegraph/[email protected]: unrecognized import path "sourcegraph.com/sourcegraph/appdash-data": reading https://sourcegraph.com/sourcegraph/appdash-data?go-get=1: 404 Not Found


Dockerfile:9

7 | COPY go.mod .
8 | COPY go.sum .
9 | >>> RUN go mod download
10 | RUN go build -o bin/server ./cmd/server
11 |

ERROR: failed to solve: process "/bin/sh -c go mod download" did not complete successfully: exit code: 1

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

1 participant