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
this is what I get, got it 2x, so not sure what it is about yet
1057.1 github.com/ghodss/[email protected]: reading github.com/ghodss/yaml/go.mod at revision v1.0.0: git ls-remote -q origin in /go/pkg/mod/cache/vcs/5c75ad62eb9c289b6ed86c76998b4ab8c8545a841036e879d703a2bbc5fcfcea: exit status 128:
1057.1 fatal: unable to access 'https://github.com/ghodss/yaml/': GnuTLS recv error (-110): The TLS connection was non-properly terminated.
------
Dockerfile.local.df:13
--------------------
11 | COPY go.mod go.in.mod
12 | RUN grep -v "^replace" "go.in.mod" > "go.mod" # remove replace lines from go.mod
13 | >>> RUN go mod download -x
14 | RUN go mod tidy
15 |
--------------------
ERROR: failed to solve: process "/bin/sh -c go mod download -x" did not complete successfully: exit code: 1
The text was updated successfully, but these errors were encountered:
this is what I get, got it 2x, so not sure what it is about yet
The text was updated successfully, but these errors were encountered: