Skip to content

chore(deps): bump github.com/rollkit/go-da from 0.8.0 to 0.9.0#4831

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/rollkit/go-da-0.9.0
Open

chore(deps): bump github.com/rollkit/go-da from 0.8.0 to 0.9.0#4831
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/rollkit/go-da-0.9.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2026

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.

v0.9.0

0.9.0 (2024-11-06)

Features

Commits
  • 1b89957 feat: implement custom error types for DA (#115)
  • df792b1 build(deps): bump golangci/golangci-lint-action (#114)
  • 48e3bc6 build(deps): bump google.golang.org/grpc from 1.66.2 to 1.67.1 (#113)
  • a1a80c8 build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#112)
  • See full diff in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Open with Devin

@dependabot dependabot bot added the kind:deps Pull requests that update a dependency file label Mar 6, 2026
@dependabot dependabot bot added the kind:deps Pull requests that update a dependency file label Mar 6, 2026
Copy link

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 2 additional findings.

Open in Devin Review

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/rollkit/go-da-0.9.0 branch from 8a5d8c8 to 02ef1a2 Compare March 9, 2026 16:40
Copy link

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 new potential issue.

View 3 additional findings in Devin Review.

Open in Devin Review

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 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).
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/rollkit/go-da-0.9.0 branch from 02ef1a2 to 6dfda87 Compare March 9, 2026 17:13
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>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/rollkit/go-da-0.9.0 branch from 6dfda87 to 022efdf Compare March 10, 2026 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind:deps Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants