Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Go can't find v2.0 #736

Closed
1 task done
Philio opened this issue Nov 4, 2023 · 1 comment
Closed
1 task done

[BUG] Go can't find v2.0 #736

Philio opened this issue Nov 4, 2023 · 1 comment
Labels

Comments

@Philio
Copy link

Philio commented Nov 4, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

% go get github.com/gorilla/mux@v2.0  
go: github.com/gorilla/mux@v2.0: no matching versions for query "v2.0"

Expected Behavior

No response

Steps To Reproduce

No response

Anything else?

I assume it's because the v2.0 tag doesn't follow the major.minor.patch version number format

@Philio Philio added the bug label Nov 4, 2023
@coreydaley
Copy link
Contributor

This should be fixed now, the new release for gorilla/mux is v1.8.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: ✅ Done
Development

No branches or pull requests

2 participants