Closed KevinAnthony closed 9 months ago
the last two versions 1.2.2 and 1.2.3 are missing the v in front of them that is required for go mod to pick them up
1.2.2
1.2.3
v
go mod
resultL:
go: downloading github.com/badoux/checkmail v1.2.3 go: github.com/badoux/checkmail@v1.2.3: reading github.com/badoux/checkmail/go.mod at revision v1.2.3: unknown revision v1.2.3
the last two versions
1.2.2
and1.2.3
are missing thev
in front of them that is required forgo mod
to pick them upresultL: