-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Enable X25519MLKEM768 for TLS 1.3 #13087
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
base: main
Are you sure you want to change the base?
Conversation
@@ -1,6 +1,6 @@ | |||
module go.opentelemetry.io/collector/config/configtls | |||
|
|||
go 1.23.0 | |||
go 1.24.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.
We only upgrade after 1.25 release
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.
Got it. I will wait for 1.25 to be out then I will update the PR. Is that OK ?
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.
Blocking until golang 1.25 is out. Please dismiss this when the condition happens.
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
it's still active. |
/days-before-pr-stale 70 |
Description
Enable X25519MLKEM768 for TLS 1.3.
This requires bumping go to 1.24.0
Link to tracking issue
Testing
Documentation