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
If GOPATH contains multiple colon-separated paths, xgo fails because the bind mount is invalid.
For example, the default GOPATH in CircleCI's ubuntu-2204:2023.07.2 machine image is /home/circleci/.go_workspace:/usr/local/go_workspace. xgo generates a parameter to docker of -v /home/circleci/.go_workspace:/usr/local/go_workspace:/go, resulting in a error, docker: Error response from daemon: invalid mode: /go.
The text was updated successfully, but these errors were encountered:
cwarden
added a commit
to cwarden/batchforce
that referenced
this issue
Oct 5, 2023
If GOPATH contains multiple colon-separated paths, xgo fails because the bind mount is invalid.
For example, the default GOPATH in CircleCI's ubuntu-2204:2023.07.2 machine image is
/home/circleci/.go_workspace:/usr/local/go_workspace
. xgo generates a parameter to docker of-v /home/circleci/.go_workspace:/usr/local/go_workspace:/go
, resulting in a error,docker: Error response from daemon: invalid mode: /go.
The text was updated successfully, but these errors were encountered: