Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Branch names conflict with go modules #310

Open
mycroftcanner opened this issue Jun 15, 2020 · 1 comment
Open

Branch names conflict with go modules #310

mycroftcanner opened this issue Jun 15, 2020 · 1 comment
Labels

Comments

@mycroftcanner
Copy link

googleapis/google-api-go-client#381

If no specific version is requested, that is there's no @master or @some-other-tag in the argument, the Go command will ask for a list of available versions for this module. It will only consider tags, not branches, unless a branch is specifically requested by name. But if the branch is named v2 or latest or something else that has a specific meaning as a query, that specific meaning wins.

@issue-label-bot issue-label-bot bot added the bug label Jun 15, 2020
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.57. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@mycroftcanner mycroftcanner changed the title Branches names conflict with go modules Branch names conflict with go modules Jun 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant