Report a Dgraph Client Bug
What Dgraph client (and version) are you using?
Version: v230
Steps to reproduce the issue (command/config used to run Dgraph).
Just run
go get github.com/dgraph-io/dgo/v230
It will show error
go: github.com/dgraph-io/dgo/[email protected] : go.mod has non-…/v230 module path “github.com/dgraph-io/dgo/v210 ” (and …/v230/go.mod does not exist) at revision v230.0.0
Renovate also failed to bump the version with same error:
Hongbo-Miao:main
← Hongbo-Miao:renovate/api-go-github.com-dgraph-io-dgo-v210-230.x
opened 11:34AM - 05 Apr 23 UTC
[](https://renova… tebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/dgraph-io/dgo/v210](https://togithub.com/dgraph-io/dgo) | require | major | `v210.0.0-20230328113526-b66f8ae53a2d` -> `v230.0.0` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Hongbo-Miao/hongbomiao.com).
This issue starts to happen from github.com/dgraph-io/dgo/v220
Expected behavior and actual result.
Expect succeed installing new package, but failed