mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[GH-ISSUE #578] [BUG] cant install asynq/tools/asynq@v0.21.0 #1294
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#1294
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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.
@kamikazechaser commented on GitHub (Jan 29, 2024):
@hibiken Can we extract
xandtoolsinto 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?