Skip to content

Docs: update installation command to use specific version tag#89

Merged
tuhaihe merged 2 commits into
apache:mainfrom
tuhaihe:update-readme-install-2.1
Apr 16, 2026
Merged

Docs: update installation command to use specific version tag#89
tuhaihe merged 2 commits into
apache:mainfrom
tuhaihe:update-readme-install-2.1

Conversation

@tuhaihe
Copy link
Copy Markdown
Member

@tuhaihe tuhaihe commented Apr 15, 2026

Update the installation instructions in README.md to use the specific version tag @2.1.0-incubating instead of @latest.

The @latest tag resolves to v1.0.2 due to Go modules semantic versioning rules, which only recognizes version tags with 'v' prefix (v1.0.0, v1.0.1, v1.0.2). The 2.1.0-incubating tag, while functional when specified directly, is not recognized as a semantic version by Go modules.

Added a note to clarify why users should use the specific version tag to avoid confusion and ensure they install the correct latest version.

closes: #ISSUE_Number


Change logs

Describe your change clearly, including what problem is being solved or what document is being added or updated.

Contributor's checklist

Here are some reminders before you submit your pull request:

Update the installation instructions in README.md to use the specific
version tag @2.1.0-incubating instead of @latest.

The @latest tag resolves to v1.0.2 due to Go modules semantic versioning
rules, which only recognizes version tags with 'v' prefix (v1.0.0, v1.0.1,
v1.0.2). The 2.1.0-incubating tag, while functional when specified directly,
is not recognized as a semantic version by Go modules.

Added a note to clarify why users should use the specific version tag to
avoid confusion and ensure they install the correct latest version.
@tuhaihe tuhaihe requested review from robertmu and woblerr April 15, 2026 06:27
Comment thread README.md Outdated
@tuhaihe tuhaihe force-pushed the update-readme-install-2.1 branch from 12a9f45 to 93e6421 Compare April 15, 2026 10:38
@woblerr
Copy link
Copy Markdown
Collaborator

woblerr commented Apr 15, 2026

LGTM, thanks

@woblerr woblerr self-requested a review April 15, 2026 13:17
@tuhaihe tuhaihe requested a review from leborchuk April 15, 2026 13:29
@tuhaihe tuhaihe merged commit 59748f9 into apache:main Apr 16, 2026
10 checks passed
@tuhaihe tuhaihe deleted the update-readme-install-2.1 branch April 16, 2026 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants