-
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
Upgrade to go1.20.1
#12399
Upgrade to go1.20.1
#12399
Conversation
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
If a new flag is being introduced:
If a workflow is added or modified:
Bug fixes
Non-trivial changes
New/Existing features
Backward compatibility
|
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
c35f201
to
908d1a9
Compare
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr> Signed-off-by: deepthi <deepthi@planetscale.com>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Related: #12398 |
Signed-off-by: deepthi <deepthi@planetscale.com>
Don't understand why Unit Test (mysql57) is failing with exit code 143. Merged in |
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Recently saw the same issue. cedcaa3 had all unit test workflows green. |
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
42eb6db
to
4e00f98
Compare
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
maxTestSize := 16384 | ||
for i := 0; i < 20000; i++ { | ||
minSize := rand.Intn(maxTestSize) | ||
if minSize == 0 { | ||
minSize = 1 |
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.
nit: I would have just skipped this iteration (continue
) when minSize == 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.
💯
Description
This PR upgrades the golang version used in vitess
main
fromgo1.19.4
togo1.20.1
. By doing this, we are fixing several vulnerabilities that are affecting our codebase.Checklist
Deployment Notes