-
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
[main] Upgrade the Golang version to go1.22.5
#16319
Conversation
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Hello! 👋 This Pull Request is now handled by arewefastyet. The current HEAD and future commits will be benchmarked. You can find the performance comparison on the arewefastyet website. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #16319 +/- ##
==========================================
+ Coverage 68.69% 68.72% +0.02%
==========================================
Files 1547 1547
Lines 198260 198260
==========================================
+ Hits 136202 136251 +49
+ Misses 62058 62009 -49 ☔ View full report in Codecov by Sentry. |
The new Go docker images are not available yet (https://hub.docker.com/_/golang/tags?page=&page_size=&ordering=&name=1.22.5), I have not built and pushed the bootstrap image. |
814b7e1
to
45c16fa
Compare
241e84f
to
45c16fa
Compare
45c16fa
to
e215414
Compare
Signed-off-by: GitHub <noreply@github.com> Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
e215414
to
cea3d92
Compare
This Pull Request bumps the Golang version to
go1.22.5
and the bootstrap version to34
.There are a few manual steps remaining:
./.github/workflows/*.yml
files with the newer Golang version, the bot cannot handle that due to permissions.go run ./go/tools/go-upgrade/go-upgrade.go upgrade workflows --go-to=1.22.5
cc @vitessio/release