[PR #802] [MERGED] include version in CLI README #2890

Closed
opened 2026-03-15 21:08:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/802
Author: @0over
Created: 1/10/2024
Status: Merged
Merged: 1/29/2024
Merged by: @kamikazechaser

Base: masterHead: update_cli_readme


📝 Commits (1)

  • cad6cc7 include version in CLI package installation

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 README.md (+1 -1)
📝 tools/asynq/README.md (+1 -1)

📄 Description

Current installation instructions produce an error:

$ go install github.com/hibiken/asynq/tools/asynq
go: 'go install' requires a version when current directory is not in a module
        Try 'go install github.com/hibiken/asynq/tools/asynq@latest' to install the latest version

PR updates README files to include latest version


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynq/pull/802 **Author:** [@0over](https://github.com/0over) **Created:** 1/10/2024 **Status:** ✅ Merged **Merged:** 1/29/2024 **Merged by:** [@kamikazechaser](https://github.com/kamikazechaser) **Base:** `master` ← **Head:** `update_cli_readme` --- ### 📝 Commits (1) - [`cad6cc7`](https://github.com/hibiken/asynq/commit/cad6cc7186ec9772b3fd929a545ab26a4f324208) include version in CLI package installation ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `tools/asynq/README.md` (+1 -1) </details> ### 📄 Description Current installation instructions produce an error: ``` $ go install github.com/hibiken/asynq/tools/asynq go: 'go install' requires a version when current directory is not in a module Try 'go install github.com/hibiken/asynq/tools/asynq@latest' to install the latest version ``` PR updates README files to include `latest` version --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 21:08:49 +03:00
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#2890
No description provided.