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

[BUG] cant install asynq/tools/asynq@v0.21.0 #578

Open
Tracked by #811
Hans941 opened this issue Nov 24, 2022 · 2 comments
Open
Tracked by #811

[BUG] cant install asynq/tools/asynq@v0.21.0 #578

Hans941 opened this issue Nov 24, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Hans941
Copy link

Hans941 commented Nov 24, 2022

Describe the bug
I want install tools/asynq. But my go version is not 1.18 or higher.So I want install an old version.

To Reproduce

➜  ~ go version                                              
go version go1.17.11 darwin/arm64
➜  ~ go install github.com/hibiken/asynq/tools/asynq@v0.21.0
go install: github.com/hibiken/asynq/tools/asynq@v0.21.0: module github.com/hibiken/asynq@v0.21.0 found, but does not contain package github.com/hibiken/asynq/tools/asynq
``

**Expected behavior**
Install an old version of asynq/tools/asynq

**Environment (please complete the following information):**
 - OS: macOs
@Hans941 Hans941 added the bug Something isn't working label Nov 24, 2022
@hibiken
Copy link
Owner

hibiken commented Dec 24, 2022

This may be due to the fact that we are currently releasing the CLI together with the library itself. We may need to consider decoupling the two in the future.

@kamikazechaser
Copy link
Collaborator

@hibiken Can we extract x and tools into their own repos and tag them with new versions?

This is a breaking change (We have a warning on the README in any case) but improves the support around them.

Maybe a new repo: hibiken/asynq-utils, hibiken/asynq-extra and put every thing under a pkg folder?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants