Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure #361

Closed
fgimenez opened this issue Nov 19, 2018 · 2 comments
Closed

Build failure #361

fgimenez opened this issue Nov 19, 2018 · 2 comments

Comments

@fgimenez
Copy link
Contributor

Hi, I get this on any command that involves building:

$ go run example/machinery.go -c example/config.yml worker
go: finding github.com/garyburd/redigo v2.0.0+incompatible
go: github.com/garyburd/redigo@v2.0.0+incompatible: unknown revision v2.0.0
go: error loading module requirements

According to gomodule/redigo#366, github.com/garyburd/redigo@v1.6.0 should be used, I'll propose a PR.

Thx!

@RichardKnop
Copy link
Owner

@fgimenez I have merged your PR but I couldn't reproduce the issue on my development machine.

go run example/machinery.go -c example/config.yml worker

Works for me also on version before the PR was merged. I don't have time to investigate further though.

@fgimenez
Copy link
Contributor Author

Thanks @RichardKnop! You would probably have garyburd/redigo v2.0.0 already in the cached modules from a build when it was available, try again after deleting (or renaming) ${GOPATH}/pkg/mod and you should get the error.

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants