'Major version should be v0 or v1, not v11
I am trying to include this package in my project: https://github.com/0xProject/0x-mesh/tags
Here the versions are clearly specified as v11.2.0, v11.1.0 and so on.
However when I am trying to go get it, I get this error:
bash$ go get github.com/0xProject/[email protected]
go get: github.com/0xProject/[email protected]: invalid version: module contains a go.mod file, so major version must be compatible: should be v0 or v1, not v11
Why is this happening? There are tags with 11.2.0 and Releases too. So, why not?
The maximum version I can get with go get is v7.1.0-beta+incompatible, it works fine, but above v7 I can't, why is that? Also, is there a clear list on Github that would indicate which versions can be go get-ted and which can't?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
