-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Version 2 not installable/published correctly #16
Comments
Same issue here |
FYI, a workaround is to install by SHA, instead of by version. You can grab the sha associated with the release e.g. go get -u github.com/ory/hydra-client-go@76cf2d374d54a15b27ea0d7f9570069ceed30abc results in a diff of - github.com/ory/hydra-client-go v1.11.8
+ github.com/ory/hydra-client-go v1.11.9-0.20221027120355-76cf2d374d54 (the version being 1.11.9 is expected, as go's basically saying it's the next greatest release, I think) |
ack |
This doesn't appear fixed? Both project go.mod files still are missing Line 1 in f558e85
|
We still need to release a new version of ory hydra |
I believe they did not communicate it. Their documentation still gives the wrong string that gives 1.18. If you want to install the latest version, I figured out in the code they changed the package's name to the following:
|
That is correct! |
Preflight checklist
Describe the bug
Version 2 of this package is not installable, as it's not published according to go's requirements (https://go.dev/blog/v2-go-modules).
I think the fix will be as simple as updating the module in
hydra-client-go/go.mod
Line 1 in f558e85
github.com/ory/hydra-client-go/v2
Reproducing the bug
Relevant log output
No response
Relevant configuration
No response
Version
Upgrading from v1.11.8 to v2.0.1
On which operating system are you observing this issue?
macOS
In which environment are you deploying?
Kubernetes
Additional Context
No response
The text was updated successfully, but these errors were encountered: