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
The complete steps to reproduce this (on my Debian machine where this normally works) are therefore:
rm -rf ~/.cache/go-build/
sudo rm -rf ~/go/pkg/
env GOPROXY=direct go test github.com/ory/cli/...
A workaround for those encountering this issue is manually setting the environment variable GOPROXY to "https://proxy.golang.org,direct". I assume the root cause will go away when the override of github.com/gobuffalo/pop/v6 to github.com/zepatrik/pop/[email protected] gets removed after the modifications get merged upstream.
Preflight checklist
Describe the bug
The fork github.com/zepatrik/pop does not seem to contain revision ce05da9328cd.
Reproducing the bug
git clone [email protected]:ory/cli.git
make test
expected behavior: it installs some stuff and then runs the tests
actual behavior: the task aborts with this error message:
Relevant log output
No response
Relevant configuration
No response
Version
master @ 9e593ae
On which operating system are you observing this issue?
Linux
In which environment are you deploying?
No response
Additional Context
I verified that the commit is referenced here and doesn't exist in the clone. Strange that CI doesn't catch this.
The text was updated successfully, but these errors were encountered: