-
Notifications
You must be signed in to change notification settings - Fork 476
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
Build: Go 1.21 Support #5994
Build: Go 1.21 Support #5994
Conversation
Also: bump github.com/libp2p/go-libp2p from 0.29.1 to 0.33.2 bump github.com/libp2p/go-libp2p-pubsub from 0.9.3 to 0.10.0. These need to be bumped because they depend on quic-go, which is sensitive to the version of golang used.
Co-authored-by: Gary <982483+gmalouf@users.noreply.github.com>
…ecessary changes for updated linter compliance.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5994 +/- ##
==========================================
- Coverage 56.18% 56.17% -0.01%
==========================================
Files 482 482
Lines 67989 67989
==========================================
- Hits 38199 38193 -6
- Misses 27201 27207 +6
Partials 2589 2589 ☔ View full report in Codecov by Sentry. |
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.
This all looks correct to me, but I see 1.21.10 was released hours ago: https://groups.google.com/g/golang-announce/c/wkkO4P9stm0
I expect we should probably use that version
Summary
Building on the work done as a part of #5989, this upgrades go-algorand to 1.21.10, including necessary linter and Dockerfile updates.
Test Plan
Existing tests/test suite all should pass.