Golang blog says: A semantic version has the form vMAJOR.MINOR.PATCH.
So tag should be v1.0.1, not 1.0.1. Otherwise, go.mod will show pseudo-version like "github.com/hectorcorrea/marcli v0.0.0-20201116173935-903994c1d59f", which dependabot can't detect its new version currently.
Golang blog says: A semantic version has the form vMAJOR.MINOR.PATCH. So tag should be v1.0.1, not 1.0.1. Otherwise, go.mod will show pseudo-version like "github.com/hectorcorrea/marcli v0.0.0-20201116173935-903994c1d59f", which dependabot can't detect its new version currently.