Skip to content
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

Merged
merged 7 commits into from
May 8, 2024
Merged

Build: Go 1.21 Support #5994

merged 7 commits into from
May 8, 2024

Conversation

gmalouf
Copy link
Contributor

@gmalouf gmalouf commented May 7, 2024

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.

centromere and others added 3 commits May 2, 2024 12:43
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.
@gmalouf gmalouf requested a review from a team as a code owner May 7, 2024 19:21
@gmalouf gmalouf requested a review from onetechnical May 7, 2024 19:21
@gmalouf gmalouf changed the title Go 1.21 Support Build: Go 1.21 Support May 7, 2024
Copy link

codecov bot commented May 7, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 56.17%. Comparing base (ff2c966) to head (8c27ad1).
Report is 4 commits behind head on master.

Files Patch % Lines
cmd/goal/account.go 25.00% 3 Missing ⚠️
data/pools/transactionPool.go 50.00% 0 Missing and 1 partial ⚠️
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.
📢 Have feedback on the report? Share it here.

@gmalouf gmalouf self-assigned this May 7, 2024
@gmalouf gmalouf requested review from jasonpaulos and algorandskiy and removed request for a team May 7, 2024 21:13
Copy link
Contributor

@jasonpaulos jasonpaulos left a 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

@gmalouf gmalouf merged commit 2758b29 into algorand:master May 8, 2024
19 checks passed
@gmalouf gmalouf deleted the go-1.21 branch May 8, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants