mirror of
https://github.com/tufanbarisyildirim/gonginx.git
synced 2026-04-27 00:35:51 +03:00
[GH-ISSUE #52] Version tag is wrong #23
Labels
No labels
bug
enhancement
good first issue
pull-request
question
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gonginx#23
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 @devhaozi on GitHub (Oct 14, 2024).
Original GitHub issue: https://github.com/tufanbarisyildirim/gonginx/issues/52
Originally assigned to: @tufanbarisyildirim on GitHub.
An error message was reported when trying to get version v2.0.1 using the
go getcommand:It seems that the tag is wrong. The correct tag should be
v2.0.1, not2.0.1.@tufanbarisyildirim commented on GitHub (Nov 15, 2024):
hi @devhaozi thanks for reporting, just figured that the tag is
2.0.1that's a typo. I will try to create tags with v in next releases.