[TT-16946] fix: upgrade Go to 1.25 on release-5.8.13#8080
Merged
buger merged 1 commit intorelease-5.8.13from Apr 17, 2026
Merged
[TT-16946] fix: upgrade Go to 1.25 on release-5.8.13#8080buger merged 1 commit intorelease-5.8.13from
buger merged 1 commit intorelease-5.8.13from
Conversation
Contributor
|
API Changes no api changes detected |
Contributor
|
Failed to generate code suggestions for PR |
Contributor
🚨 Jira Linter FailedCommit: The Jira linter failed to validate your PR. Please check the error details below: 🔍 Click to view error detailsNext Steps
This comment will be automatically deleted once the linter passes. |
This was referenced Apr 21, 2026
buger
added a commit
that referenced
this pull request
Apr 21, 2026
## Summary - Go 1.25 changed mutual TLS error messages causing 17 test failures - Backport cert_test.go fix from PR #8080 (release-5.8.13) - Updates TLS error constants to distinguish announce vs skip-announce scenarios ## Test plan - [ ] TestAPIMutualTLS passes - [ ] TestClientCertificates_WithProtocolTLS passes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
buger
added a commit
that referenced
this pull request
Apr 21, 2026
## Summary - Go 1.25 changed mutual TLS error messages causing 17 test failures - Backport cert_test.go fix from PR #8080 (release-5.8.13) - Updates TLS error constants to distinguish announce vs skip-announce scenarios ## Test plan - [ ] TestAPIMutualTLS passes - [ ] TestClientCertificates_WithProtocolTLS passes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
Backport Go 1.25 upgrade to release-5.8.13. This was applied to release-5.8 (#7841) and release-5.8.12 (#7980) but missed for release-5.8.13, causing a version mismatch with tyk-analytics (already on Go 1.25).
Changes
Test plan
🤖 Generated with Claude Code