You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=> ERROR [gobuilder 8/9] RUN go mod download 11.2s
[gobuilder 8/9] RUN go mod download:
#0 10.78 go: github.com/99designs/gqlgen@v0.13.0 requires
#0 10.78 sourcegraph.com/sourcegraph/appdash-data@v0.0.0-20151005221446-73f23eafcf67: 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
The text was updated successfully, but these errors were encountered:
Hello,
The build step fails with this go related issue:
=> ERROR [gobuilder 8/9] RUN go mod download 11.2s
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
The text was updated successfully, but these errors were encountered: