[GH-ISSUE #578] [BUG] cant install asynq/tools/asynq@v0.21.0 #1294

Open
opened 2026-03-07 22:08:22 +03:00 by kerem · 2 comments
Owner

Originally created by @Hans941 on GitHub (Nov 24, 2022).
Original GitHub issue: https://github.com/hibiken/asynq/issues/578

Originally assigned to: @hibiken on GitHub.

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
Originally created by @Hans941 on GitHub (Nov 24, 2022). Original GitHub issue: https://github.com/hibiken/asynq/issues/578 Originally assigned to: @hibiken on GitHub. **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
Author
Owner

@hibiken commented on GitHub (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.

<!-- gh-comment-id:1364432699 --> @hibiken commented on GitHub (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.
Author
Owner

@kamikazechaser commented on GitHub (Jan 29, 2024):

@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?

<!-- gh-comment-id:1914236066 --> @kamikazechaser commented on GitHub (Jan 29, 2024): @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](https://github.com/hibiken/asynq#stability-and-compatibility)) 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 in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#1294
No description provided.