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/v230@v230.0.0: 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
### ⚠ Artifact update problem
Renovate failed to update an artifact related to … this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
##### File name: api-go/go.sum
```
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/Hongbo-Miao/hongbomiao.com":"/mnt/renovate/gh/Hongbo-Miao/hongbomiao.com" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e GOPATH -e GOPROXY -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/Hongbo-Miao/hongbomiao.com/api-go" ghcr.io/containerbase/sidecar bash -l -c "install-tool golang 1.20.4 && go get -d -t ./..."
go: github.com/dgraph-io/dgo/v230@v230.0.0: 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
```
This issue starts to happen from github.com/dgraph-io/dgo/v220
Expected behavior and actual result.
Expect succeed installing new package, but failed
@Hongbo-Miao Please, next time you create an issue. Give it a meaningful title. Otherwise we will flag it as spam and delete it.
PS. I have edited the title.
Pinging @amanmangal and @joshua
Thanks @MichelDiz ! The title I was using is is exactly same with the error I met which I think is straightforward for other people to search and also for search engine to index. However, I have updated the title to be more human readable as request.
Could you try again now? It should work, we had to retract the v230.0.0 release of dgo and we just did a release v230.0.1-rc1 for dgo
1 Like
RJKeevil
(Rob Keevil)
May 9, 2023, 9:27pm
5
For me this now works, also go get -u upgraded to this release, which wasn’t working before.
1 Like
Thanks @amanmangal
go get github.com/dgraph-io/dgo/v230@v230.0.1-rc1
works now!
1 Like