Backport to v23: Support Go 1.26 and later with Swiss maps always enabled (#19088)#19367
Merged
mattlord merged 1 commit intovitessio:release-23.0from Feb 12, 2026
Merged
Conversation
Contributor
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
|
mattlord
approved these changes
Feb 12, 2026
Member
There was a problem hiding this comment.
Thanks, @bcremer !
LGTM
❯ gh pr co 19367
remote: Enumerating objects: 3, done.
remote: Counting objects: 100% (3/3), done.
remote: Total 3 (delta 2), reused 3 (delta 2), pack-reused 0 (from 0)
Unpacking objects: 100% (3/3), 409 bytes | 102.00 KiB/s, done.
From github.com:vitessio/vitess
* [new ref] refs/pull/19367/head -> backport-19088-to-vitess-23
Switched to branch 'backport-19088-to-vitess-23'
❯ go version
go version go1.26.0 darwin/arm64
❯ make build
Thu Feb 12 06:33:23 UTC 2026: Building source tree
❯ vtgate --version
vtgate version Version: 23.0.3-SNAPSHOT (Git revision 2257942442cefaf7bbb880d93a9b382a1e9fbd82 branch 'backport-19088-to-vitess-23') built on Thu Feb 12 06:33:23 UTC 2026 by matt@pslord.local using go1.26.0 darwin/arm64
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-23.0 #19367 +/- ##
================================================
- Coverage 69.73% 69.71% -0.02%
================================================
Files 1606 1606
Lines 214823 214851 +28
================================================
- Hits 149798 149778 -20
- Misses 65025 65073 +48 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
|
Should we backport this to v22 as well? |
arthurschreiber
approved these changes
Feb 12, 2026
This was referenced Feb 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Backport changes from https://github.com/vitessio/vitess/pull/19088/changes so consumers of vitess.io/vitess/go/vt/vitessdriver can update their applications to Go 1.26.
Related Issue(s)
Checklist
Deployment Notes
AI Disclosure
No AI was used, it's just a simple cherry-pick of an existing commit