[GH-ISSUE #438] asynq tools not installing #2221

Closed
opened 2026-03-15 19:45:05 +03:00 by kerem · 3 comments
Owner

Originally created by @jubel8180-cloudly on GitHub (Apr 21, 2022).
Original GitHub issue: https://github.com/hibiken/asynq/issues/438

Originally assigned to: @hibiken on GitHub.

after providing this command
go get -u github.com/hibiken/asynq/tools/asynq

show me this output
go get: installing executables with 'go get' in module mode is deprecated.
Use 'go install pkg@version' instead.

Originally created by @jubel8180-cloudly on GitHub (Apr 21, 2022). Original GitHub issue: https://github.com/hibiken/asynq/issues/438 Originally assigned to: @hibiken on GitHub. after providing this command go get -u github.com/hibiken/asynq/tools/asynq show me this output go get: installing executables with 'go get' in module mode is deprecated. Use 'go install pkg@version' instead.
kerem 2026-03-15 19:45:05 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@hibiken commented on GitHub (Apr 22, 2022):

Thanks for opening an issue! Did you encounter any issues when installing the executable binary? Or is this more of a documentation bug?

<!-- gh-comment-id:1105868766 --> @hibiken commented on GitHub (Apr 22, 2022): Thanks for opening an issue! Did you encounter any issues when installing the executable binary? Or is this more of a documentation bug?
Author
Owner

@cspyb commented on GitHub (Apr 22, 2022):

I double check my testing env, it's my fault here.
I make the Unit testing in a redis running with worker ready.
the worker will change the task's status or consume the task which produced by Unit testing
that will make the cases failed.

<!-- gh-comment-id:1106029742 --> @cspyb commented on GitHub (Apr 22, 2022): I double check my testing env, it's my fault here. I make the Unit testing in a redis running with worker ready. the worker will change the task's status or consume the task which produced by Unit testing that will make the cases failed.
Author
Owner

@hibiken commented on GitHub (Apr 22, 2022):

@cspyb I'm guessing that your comment is meant for issue #436?

<!-- gh-comment-id:1106492341 --> @hibiken commented on GitHub (Apr 22, 2022): @cspyb I'm guessing that your comment is meant for issue #436?
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#2221
No description provided.