1mod=example.com/first 2base=none 3release=v2.0.0 4success=false 5-- want -- 6# summary 7v2.0.0 is not a valid semantic version for this release. 8The module path does not end with the major version suffix /v2, 9which is required for major versions v2 or greater. 10-- go.mod -- 11module example.com/first 12 13go 1.12 14-- p.go -- 15package p