-
Notifications
You must be signed in to change notification settings - Fork 335
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
Go get does not work for open-match.dev/open-match #675
Comments
Thanks for trying open match and reporting this issue. I was able to repo the first issue. It looks like we never updated the url for the 0.5, though that seems fine (imo) as the old go get does work. We're in the process of releasing 0.6.0, which (among other things) has a reworked API. So I recommend running instead:
If you use this version, does it fix your other problem? Otherwise please include a concrete list of steps that I can run in an empty folder for reproduction. Given that I don't have contents of your directory, it would take random guessing to reproduce your issue. Thanks! |
Also I should note that once we release v0.6.0, that will fix the go get problem without needing to tag the version. It's only that go get by default picks that latest version but ignores release candidates. |
Using Thanks for the fast response. |
Jeremy wanted to look at this to see if we can improve the user experience while we are in the 0.6 rc process. |
This looks like fallout from the transition to googleforgames org. You might have to delete your |
I tried to use go get to use the pb package to make a director that works with agones. I ran into a couple issues.
So I went ahead and got go get to work by using GoogleCloudPlatform/open-match
Kubernetes api was working just fine when I had only agones integrated.
The text was updated successfully, but these errors were encountered: