-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Started Broken: resolvergen: -: no matching versions for query "latest"
#1283
Comments
Just rolled back to go version 1.14.7:
Looks like there is an issues in the new version 0.12.1 |
Just rolled back to version 0.11.3 and all is working;
|
Version 0.12 works too:
|
Has this issue resolved? resolvergen: -: no matching versions for query "latest". I am not able to generate the code |
Thanks to @lukekhamilton we can use git bisect to find the first commit that had this problem. My bisect-fu is weak, but I was able to sort it out:
...and then I just ran dbbda22 "go 1.14" Could it be I'm using a too-old version of Go? It doesn't look like it:
|
As a workaround until this is fixed. Run the go get for 0.11.3 version
then run the
Finally, upgrade to latest
|
Here is what I did first :
then I got the message that says
then I wrote
then I got this:
And there was no server generated..... so I tried to downgrade it first
And finally was able to run the server.... after that I repeated the above but changing it again to Reference: go version go1.15 linux/amd64 |
What happened?
What did you expect?
Generate the todo code.
The text was updated successfully, but these errors were encountered: