-
Notifications
You must be signed in to change notification settings - Fork 948
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 to Go 1.22 #3228
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3228 +/- ##
==========================================
- Coverage 52.08% 44.94% -7.15%
==========================================
Files 183 265 +82
Lines 11594 14635 +3041
==========================================
+ Hits 6039 6578 +539
- Misses 5043 7300 +2257
- Partials 512 757 +245 ☔ View full report in Codecov by Sentry. |
CI passed so I created https://github.com/celestiaorg/celestia-app/releases/tag/v1.7.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.
Thank you for this! And pyroscope upgrade 🚀
Description
Upgrade to Go 1.22 and celestia-app v1.7.0.
Motivation
I originally opened this PR to bump to celestia-app v1.7.0 but I had to bundle in a bump to Go version 1.22 because
go mod tidy
auto updated the go directive:This behavior was unexpected because I thought applications could use libraries with different Go versions. 🤔