Closed paskal closed 4 years ago
v2.0.1 is the last tagged version that doesn’t include a go.mod file
go.mod
The newer has a go.mod file but is invalid since the module needs to have a /v3 suffix then.
/v3
golang/go#31944 and blang/semver#63 are examples of same issue.
The module does have a /v3 suffix. Why is it invalid?
Thanks for prompt response and my apologies, this indeed work as expected. I will need to find the dependency which breaks things me.
v2.0.1 is the last tagged version that doesn’t include a
go.mod
fileThe newer has a go.mod file but is invalid since the module needs to have a
/v3
suffix then.golang/go#31944 and blang/semver#63 are examples of same issue.