-
Notifications
You must be signed in to change notification settings - Fork 217
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): upgrade cometBFT #2608
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2608 +/- ##
=======================================
Coverage 58.61% 58.61%
=======================================
Files 340 340
Lines 15272 15272
Branches 20 20
=======================================
Hits 8951 8951
Misses 5652 5652
Partials 669 669 🚀 New features to boost your workflow:
|
Dockerfile
Outdated
@@ -18,7 +18,7 @@ | |||
### Stage 0 - Build Arguments ### | |||
####################################################### | |||
|
|||
ARG GO_VERSION=1.23.5 | |||
ARG GO_VERSION=6 |
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.
uhhhh @abi87??
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.
typo, thanks for spotting this. Fixed
go.mod
Outdated
go 1.23.5 | ||
go 1.23.6 | ||
|
||
toolchain go1.23.7 |
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.
whats the reason for using a newer toolchain than go version?
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.
Picked automagically by my machine, reverted
@@ -45,12 +45,12 @@ require ( | |||
github.com/spf13/afero v1.11.0 | |||
github.com/spf13/cast v1.7.0 | |||
github.com/spf13/cobra v1.8.1 | |||
github.com/spf13/pflag v1.0.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.
Replaces #2586
golang.org/x/crypto v0.32.0 | ||
golang.org/x/sync v0.10.0 |
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.
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.
lgtm!
We upgraded CometBFT dep to pull in a few security fixes. See berachain/cometbft#25 for context.
As a consequence we upgraded go version too, to 1.23.6