in src/targets/go.ts [287:289]
private buildTagName(m: GoModule) { return m.repoPath === '' ? `v${m.version}` : `${m.repoPath}/v${m.version}`; }