-
-
Notifications
You must be signed in to change notification settings - Fork 760
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
[BUG] github.com/hibiken/asynq/tools v0.0.0-20210902125602-b3ef9e91a9ce build fails #325
Comments
Hello, sorry for the delay. You seems to be using redis v7, there was a PR a few days ago that added support for redis v8, maybe updating your redis dependency (if possible), would solve this problem. Otherwise try using the |
Try not to build in the repo. Just go to a new directory, init a new go module and go get github.com/hibiken/asynq/tools/asynq |
This might be a bug for go module. Try to update the version of github.com/hibiken/asynq from v0.17.1 to v1.18.5 in the go.mod file of module github.com/hibiken/asynq/tools. https://github.com/hibiken/asynq/blob/master/tools/go.mod: github.com/hibiken/asynq v0.17.1 => github.com/hibiken/asynq v0.18.5 |
@lufishggg Thank you for reporting this issue! |
@lufishggg Should be able to download the CLI now since I release a new package version. Let me know if you still run into an issue. |
The problem is solved. Thanks! |
Describe the bug
Build fails
To Reproduce
Steps to reproduce the behavior (Code snippets if applicable):
Expected behavior
Build success and we can use cli tools.
Screenshots
![image](https://user-images.githubusercontent.com/31639618/133191717-d4fa638e-50df-40d5-9153-35d99b8b1358.png)
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: