Skip to content

Conversation

@mxr
Copy link
Member

@mxr mxr commented Jan 14, 2026

While running the mirror I saw the tags had an extra v:

$ git tag | head -n5
vv0.1.0
vv0.1.1
vv0.2.0
vv0.2.1
vv0.3.0

There is a v in the version identifier returned by the Golang proxy API. I guess another person tried to work around it in a different way by stripping/adding a v. Instead, to fix this I stripped the v when we get the versions but add it back for additional_dependencies. I used try-repo to test the hook still works

Copy link
Member

@asottile asottile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@asottile asottile merged commit e0f03c5 into main Jan 14, 2026
4 checks passed
@asottile asottile deleted the fix-golang-v branch January 14, 2026 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants