chore(deps): bump github.com/rollkit/go-da from 0.8.0 to 0.9.0#4831
chore(deps): bump github.com/rollkit/go-da from 0.8.0 to 0.9.0#4831dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
8a5d8c8 to
02ef1a2
Compare
| github.com/open-rpc/meta-schema v0.0.0-20201029221707-1b72ef2ea333 | ||
| github.com/prometheus/client_golang v1.23.2 | ||
| github.com/rollkit/go-da v0.8.0 | ||
| github.com/rollkit/go-da v0.9.0 |
There was a problem hiding this comment.
🟡 Tastora submodule go.mod/go.sum not updated for go-da v0.9.0 bump
The root go.mod bumps github.com/rollkit/go-da from v0.8.0 to v0.9.0, but nodebuilder/tests/tastora/go.mod still lists go-da v0.8.0 as an indirect dependency, and its go.sum only contains the v0.8.0 checksum. Since the tastora module uses replace github.com/celestiaorg/celestia-node => ../../.. (nodebuilder/tests/tastora/go.mod:408), Go's MVS will resolve go-da to v0.9.0 (the max of v0.8.0 from tastora's indirect and v0.9.0 from the replaced root module). However, because nodebuilder/tests/tastora/go.sum has no entry for v0.9.0, building the tastora module will fail with a "missing go.sum entry" error. The tastora go.mod and go.sum need to be updated (via go mod tidy in that directory) to be consistent with the root module's new dependency.
Prompt for agents
Run `go mod tidy` in the nodebuilder/tests/tastora/ directory to update its go.mod and go.sum to reflect the go-da v0.9.0 dependency pulled in transitively from the root module via the replace directive. Specifically, nodebuilder/tests/tastora/go.mod line with `github.com/rollkit/go-da v0.8.0` needs to become v0.9.0, and nodebuilder/tests/tastora/go.sum needs the v0.9.0 checksum entries added (and v0.8.0 entries removed).
Was this helpful? React with 👍 or 👎 to provide feedback.
02ef1a2 to
6dfda87
Compare
Bumps [github.com/rollkit/go-da](https://github.com/rollkit/go-da) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/rollkit/go-da/releases) - [Commits](evstack/go-da@v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: github.com/rollkit/go-da dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
6dfda87 to
022efdf
Compare
Bumps github.com/rollkit/go-da from 0.8.0 to 0.9.0.
Release notes
Sourced from github.com/rollkit/go-da's releases.
Commits
1b89957feat: implement custom error types for DA (#115)df792b1build(deps): bump golangci/golangci-lint-action (#114)48e3bc6build(deps): bump google.golang.org/grpc from 1.66.2 to 1.67.1 (#113)a1a80c8build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#112)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)