[TT-16342] fix: align plugin compiler Go version with gateway (1.25)#8039
[TT-16342] fix: align plugin compiler Go version with gateway (1.25)#8039buger merged 1 commit intorelease-5.12from
Conversation
The gateway goreleaser uses golang-cross:1.25-bullseye but the plugin compiler was still on 1.24-bullseye, causing plugin.Open failures due to Go version mismatch (internal/goarch). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
🚨 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 pull request aligns the Go version used for compiling plugins with the version used for building the Tyk Gateway, resolving a critical runtime incompatibility. Files Changed AnalysisThe change is confined to two configuration files, updating the specified Go version from
Architecture & Impact Assessment
graph TD |
✅ Security Check PassedNo security issues found – changes LGTM. ✅ Performance Check PassedNo performance issues found – changes LGTM. ✅ Security Check PassedNo security issues found – changes LGTM. \n\n \n\n✅ Performance Check PassedNo performance issues found – changes LGTM. \n\n✅ Quality Check PassedNo quality issues found – changes LGTM. Powered by Visor from Probelabs Last updated: 2026-04-16T14:55:31.423Z | Triggered by: pr_opened | Commit: 40fe604 💡 TIP: You can chat with Visor using |
|
API Changes no api changes detected |
|




Summary
golang-cross:1.25-bullseyebut the plugin compiler was still on1.24-bullseyeplugin.Openfailures due to Go version mismatch (internal/goarch)plugin-compiler-build.ymland the plugin compilerDockerfileto use1.25-bullseyeTest plan
plugin.Openworks against a gateway built with 1.25🤖 Generated with Claude Code