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
You have not filled the complete issue template. There are no clear reproducible steps for us to debug the issue. We do not know the version of vgo and from where the vendor.json is coming from.
But it seems like it is an issue with vgo. Since vgo is now merged with the main branch, all development has occurred there. I would request you to try with the 1.11rc1 build and report back with full instructions if you still see an issue.
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?What did you do?
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
What did you expect to see?
get 1.1.5 vesion
What did you see instead?
I have
vendor.json
which includes the follow content:when I run
vgo mod init
, I get the follow content:So, I not get
1.1.5
vesionThe text was updated successfully, but these errors were encountered: