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
@jvehent Hi, I'm getting the following error on the last step of the build (Test Dependencies are up to date):
#!/bin/bash -eo pipefail
GOPATH="${GOPATH_HEAD}"; ( cd ${GOPATH_BASE}/${CIRCLE_PROJECT_REPONAME} && govend -u --prune && git diff --quiet )
math/bits bad ping: unrecognized import path "math/bits" (import path does not begin with hostname)
Exited with code exit status 1
CircleCI received exit code 1
Just curious, any ideas for a workaround?
Cheers
The text was updated successfully, but these errors were encountered:
@jvehent Hi, I'm getting the following error on the last step of the build (Test Dependencies are up to date):
#!/bin/bash -eo pipefail
GOPATH="${GOPATH_HEAD}"; ( cd ${GOPATH_BASE}/${CIRCLE_PROJECT_REPONAME} && govend -u --prune && git diff --quiet )
math/bits bad ping: unrecognized import path "math/bits" (import path does not begin with hostname)
Exited with code exit status 1
CircleCI received exit code 1
Just curious, any ideas for a workaround?
Cheers
The text was updated successfully, but these errors were encountered: