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

add support for Go 1.17 (tip) #3182

Merged
merged 1 commit into from
May 17, 2021
Merged

add support for Go 1.17 (tip) #3182

merged 1 commit into from
May 17, 2021

Conversation

marten-seemann
Copy link
Member

@mvdan Ready for Go 1.17 beta1! All we have to do is rebase the qtls repository onto the beta1 Go commit. Assuming that there won't be any significant changes to crypto/tls, that should be trivial.

@codecov
Copy link

codecov bot commented May 17, 2021

Codecov Report

Merging #3182 (808c9c4) into master (e08cda5) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3182      +/-   ##
==========================================
- Coverage   85.38%   85.37%   -0.01%     
==========================================
  Files         133      133              
  Lines        9819     9819              
==========================================
- Hits         8383     8382       -1     
- Misses       1061     1062       +1     
  Partials      375      375              
Impacted Files Coverage Δ
internal/qtls/go116.go 46.67% <ø> (ø)
internal/utils/rand.go 62.50% <0.00%> (-12.50%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e08cda5...808c9c4. Read the comment docs.

Copy link

@mvdan mvdan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As soon as 1.17 is released you'll be able to remove 1.15, too.

@marten-seemann
Copy link
Member Author

As soon as 1.17 is released you'll be able to remove 1.15, too.

That's the plan. And as soon as the beta is out, we can also test this in CI.

@marten-seemann marten-seemann merged commit bd9b085 into master May 17, 2021
@marten-seemann marten-seemann deleted the go117-tip branch May 17, 2021 16:04
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.

2 participants