-
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
[release-19.0] Upgrade the Golang version to go1.22.3
#15864
Conversation
Signed-off-by: GitHub <noreply@github.com>
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. |
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
a5c0d86
to
aa7cf7c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-19.0 #15864 +/- ##
=============================================
Coverage 67.47% 67.47%
=============================================
Files 1560 1560
Lines 192780 192780
=============================================
+ Hits 130076 130077 +1
+ Misses 62704 62703 -1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
aa7cf7c
to
a0cdadd
Compare
This Pull Request bumps the Golang version to
go1.22.3
and the bootstrap version to27.3
.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.3
cc @vitessio/release