You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the root of the problem is that the import path does not end in /v2, but the tag is v2.3.0. This was previously fine because there was no go.mod on this repo, allowing for the use of +incompatible, but now that the repo has a go.mod, that does not work anymore.
I was able to temporarily work around this by using a computed version without referencing the tags, but it's sad to lose that version metadata.
The text was updated successfully, but these errors were encountered:
I am not 100% sure what to do about this, but the error message is:
And the relevant Go issue is: golang/go#35732
I believe the root of the problem is that the import path does not end in
/v2
, but the tag isv2.3.0
. This was previously fine because there was nogo.mod
on this repo, allowing for the use of+incompatible
, but now that the repo has ago.mod
, that does not work anymore.I was able to temporarily work around this by using a computed version without referencing the tags, but it's sad to lose that version metadata.
The text was updated successfully, but these errors were encountered: