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

fix compatibility with API breaking change in Go 1.21 #4020

Merged
merged 2 commits into from Aug 9, 2023

Conversation

elagergren-spideroak
Copy link
Contributor

No description provided.

Signed-off-by: Eric Lagergren <elagergren@spideroak-inc.com>
Signed-off-by: Eric Lagergren <elagergren@spideroak-inc.com>
@codecov
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

Merging #4020 (9d1fb73) into master (aab4d4e) will decrease coverage by 0.03%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #4020      +/-   ##
==========================================
- Coverage   82.85%   82.81%   -0.03%     
==========================================
  Files         147      147              
  Lines       14779    14785       +6     
==========================================
  Hits        12244    12244              
- Misses       2033     2039       +6     
  Partials      502      502              
Files Changed Coverage Δ
internal/handshake/crypto_setup.go 56.26% <0.00%> (ø)
internal/qtls/go120.go 28.17% <0.00%> (-0.82%) ⬇️
internal/qtls/go121.go 55.10% <0.00%> (-2.34%) ⬇️

@marten-seemann marten-seemann changed the title add Go 1.21 compatibility fix compatibility with API breaking change in Go 1.21 Aug 9, 2023
@marten-seemann
Copy link
Member

Thank you!

@marten-seemann marten-seemann merged commit 571d3ad into quic-go:master Aug 9, 2023
16 checks passed
marten-seemann pushed a commit that referenced this pull request Aug 9, 2023
* add Go 1.21 compatibility

Signed-off-by: Eric Lagergren <elagergren@spideroak-inc.com>

* refactor for Go 1.20

Signed-off-by: Eric Lagergren <elagergren@spideroak-inc.com>

---------

Signed-off-by: Eric Lagergren <elagergren@spideroak-inc.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build broken between go1.21rc4 and go1.21.0
2 participants