-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Updating to golang 1.12 #5017
Updating to golang 1.12 #5017
Conversation
The reason why I want this is to try out what should be better performance on TLS1.3 as well as there have been some general buffer and other changes to crypto/tls I'm digging into the CPU performance and there is something around networks Syscalls. For this investigation to be useful it only really makes sense if I'm digging into the recent versions of these files. |
Not sure if all these spots are relevant, but this was the PR for bumping to 1.11 https://github.com/vitessio/vitess/pull/4246/files |
d3f7631
to
d9fe10f
Compare
Ok I've added all the places from this PR now too |
Conflicts need to be resolved. |
The docs moved to |
d9fe10f
to
8fcf1ab
Compare
@sougou I think the conflicts have been fixed. |
Signed-off-by: Michael Pawliszyn <mikepaw@squareup.com>
8fcf1ab
to
63456f6
Compare
Signed-off-by: Michael Pawliszyn mikepaw@squareup.com