-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump github.com/celestiaorg/nmt from 0.22.2 to 0.23.0 #131
base: main
Are you sure you want to change the base?
chore(deps): bump github.com/celestiaorg/nmt from 0.22.2 to 0.23.0 #131
Conversation
go.mod
Outdated
@@ -1,9 +1,10 @@ | |||
module github.com/celestiaorg/go-square/v2 | |||
|
|||
go 1.22.5 | |||
toolchain go1.23.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why was this added? AFAIK nmt v0.23.0 doesn't use any new Go features from 1.23.x
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is a problem with unsynced version of go
and toolchain
.
On CI we use 1.23 but go.mod
specifies 1.22. That's why Go on CI specifies toolchain
version. Either bump go
to 1.23
or leave toolchain
as it's.
BTW, not a big deal IMO and doesn't break anything.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough, we can bump Go versions in a FLUP PR
5a7731d
to
eef2ad3
Compare
eef2ad3
to
f8e3e23
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In a FLUP we bump go versions
Nvm, looks like CI is failing. |
Bumps [github.com/celestiaorg/nmt](https://github.com/celestiaorg/nmt) from 0.22.2 to 0.23.0. - [Release notes](https://github.com/celestiaorg/nmt/releases) - [Commits](celestiaorg/nmt@v0.22.2...v0.23.0) --- updated-dependencies: - dependency-name: github.com/celestiaorg/nmt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
f8e3e23
to
b92cb2e
Compare
Bumps github.com/celestiaorg/nmt from 0.22.2 to 0.23.0.
Release notes
Sourced from github.com/celestiaorg/nmt's releases.
Commits
a336f12
perf: do less allocs in hasher (#287)5b1b3d8
fix: reduce calls to MinNamespace & MaxNamespace (#285)2fb6332
ci: fix lint, markdown links, and build (#282)62ec215
chore: fix ci linter failing (#276)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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)