When I try to use a library version v2.0.6 but I get this error:
require github.com/houseofcat/turbocookedrabbit: version "v2.0.6" invalid: module contains a go.mod file, so major version must be compatible: should be v0 or v1, not v2
I use go 1.13, how can i use the last version of library?...
When I try to use a library version v2.0.6 but I get this error: require github.com/houseofcat/turbocookedrabbit: version "v2.0.6" invalid: module contains a go.mod file, so major version must be compatible: should be v0 or v1, not v2
I use go 1.13, how can i use the last version of library?...
thanks in advance