-
-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Labels
bugSomething is not working.Something is not working.
Description
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- I have read and am following this repository's Contribution Guidelines.
- I have joined the Ory Community Slack.
- I am signed up to the Ory Security Patch Newsletter.
Ory Network Project
No response
Describe the bug
#447 The PR that generated version 2.5.0 was closed and the bot directly committed the file for the next release with the wrong versioning number.
https://github.com/ory/sdk/blob/master/spec/hydra/v25.4.0.json was created and merged making it impossible to version 2.5.0 in Go due to the semantics of Go packages.
Reproducing the bug
- Create new Go project
- Attempt to add the Hydra SDK package with
get github.com/ory/hydra-client-go/v2@v25.4.0 - Observe failure
You can also run go list -m -versions -mod=mod github.com/ory/hydra-client-go/v2 and observe no new package being listed past 2.4.0-alpha.1
Relevant log output
go get github.com/ory/hydra-client-go/v2@v25.4.0
go: github.com/ory/hydra-client-go/v2@v25.4.0
: invalid version: module path includes a major version suffix, so major version must matchRelevant configuration
Version
2.3.0
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething is not working.Something is not working.