[BUG] Go can't find v2.0
Philio opened this issue · 1 comments
Philio commented
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
coreydaley commented
This should be fixed now, the new release for gorilla/mux is v1.8.1