-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Merging to release-5.8: [TT-15019] Update Gateway and Plugin Compiler to Go 1.24 (#7265) #7283
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
Merged
buger
merged 1 commit into
release-5.8
from
merge/release-5.8/ed937092e169472274ac32eecf97d58ae38a7ff0
Aug 8, 2025
Merged
Merging to release-5.8: [TT-15019] Update Gateway and Plugin Compiler to Go 1.24 (#7265) #7283
buger
merged 1 commit into
release-5.8
from
merge/release-5.8/ed937092e169472274ac32eecf97d58ae38a7ff0
Aug 8, 2025
Conversation
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
### **User description** <details open> <summary><a href="https://tyktech.atlassian.net/browse/TT-15019" title="TT-15019" target="_blank">TT-15019</a></summary> <br /> <table> <tr> <th>Summary</th> <td>Update Gateway and Plugin Compiler to Go 1.24</td> </tr> <tr> <th>Type</th> <td> <img alt="Story" src="https://tyktech.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10315?size=medium" /> Story </td> </tr> <tr> <th>Status</th> <td>In Dev</td> </tr> <tr> <th>Points</th> <td>N/A</td> </tr> <tr> <th>Labels</th> <td>-</td> </tr> </table> </details> <!-- do not remove this marker as it will break jira-lint's functionality. added_by_jira_lint --> --- PR for https://tyktech.atlassian.net/browse/TT-15019 ___ ### **PR Type** Enhancement ___ ### **Description** - Update Go version to 1.24 across all workflows and Dockerfiles - Update plugin compiler base image to Go 1.24 - Update Go version in go.mod to 1.24.0 - Ensure all CI and release jobs use Go 1.24 images ___ ### Diagram Walkthrough ```mermaid flowchart LR A[".github/workflows/ci-tests.yml"] -- "Set go-version to 1.24.x" --> B["CI uses Go 1.24"] C[".github/workflows/plugin-compiler-build.yml"] -- "Set GOLANG_CROSS to 1.24-bullseye" --> D["Plugin compiler uses Go 1.24"] E[".github/workflows/release.yml"] -- "Update golang_cross matrix to 1.24-bullseye" --> F["Release jobs use Go 1.24"] G["Dockerfile"] -- "Set GO_VERSION to 1.24" --> H["Gateway builds with Go 1.24"] I["ci/images/plugin-compiler/Dockerfile"] -- "Set BASE_IMAGE to Go 1.24" --> J["Plugin compiler Docker image uses Go 1.24"] K["go.mod"] -- "Set go version to 1.24.0" --> L["Project uses Go 1.24"] ``` <details> <summary><h3> File Walkthrough</h3></summary> <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Enhancement</strong></td><td><table> <tr> <td> <details> <summary><strong>ci-tests.yml</strong><dd><code>Update CI test workflow to Go 1.24</code> </dd></summary> <hr> .github/workflows/ci-tests.yml - Update Go version in matrix from 1.23.x to 1.24.x for CI tests </details> </td> <td><a href="https://github.com/TykTechnologies/tyk/pull/7265/files#diff-03609cb60b0c6e92fb771eb8787d6722b8c31ca4c03eabc788e147acd8c6fb43">+1/-1</a> </td> </tr> <tr> <td> <details> <summary><strong>plugin-compiler-build.yml</strong><dd><code>Use Go 1.24 for plugin compiler build workflow</code> </dd></summary> <hr> .github/workflows/plugin-compiler-build.yml <ul><li>Set GOLANG_CROSS environment variable to 1.24-bullseye for plugin <br>compiler builds</ul> </details> </td> <td><a href="https://github.com/TykTechnologies/tyk/pull/7265/files#diff-f3a95a900eb0ac23af6314e9cdea29fa16af0a9bcb61793a83a32ff13d4c4e79">+1/-1</a> </td> </tr> <tr> <td> <details> <summary><strong>release.yml</strong><dd><code>Update release workflow to use Go 1.24</code> </dd></summary> <hr> .github/workflows/release.yml <ul><li>Update golang_cross matrix and related conditionals from 1.23-bullseye <br>to 1.24-bullseye<br> <li> Ensure all build, push, and artifact steps use Go 1.24</ul> </details> </td> <td><a href="https://github.com/TykTechnologies/tyk/pull/7265/files#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34">+11/-11</a> </td> </tr> <tr> <td> <details> <summary><strong>Dockerfile</strong><dd><code>Update Gateway Dockerfile to Go 1.24</code> </dd></summary> <hr> Dockerfile <ul><li>Change GO_VERSION build argument from 1.23 to 1.24<br> <li> Use golang:1.24-bullseye as base image</ul> </details> </td> <td><a href="https://github.com/TykTechnologies/tyk/pull/7265/files#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557">+1/-1</a> </td> </tr> <tr> <td> <details> <summary><strong>Dockerfile</strong><dd><code>Update plugin compiler Dockerfile to Go 1.24</code> </dd></summary> <hr> ci/images/plugin-compiler/Dockerfile - Change BASE_IMAGE from Go 1.23 to Go 1.24 for plugin compiler </details> </td> <td><a href="https://github.com/TykTechnologies/tyk/pull/7265/files#diff-0ded1ed63ca128bd2d22721b0bc19dc85e440e4922164f465ac647917321971e">+1/-1</a> </td> </tr> <tr> <td> <details> <summary><strong>go.mod</strong><dd><code>Set project Go version to 1.24.0</code> </dd></summary> <hr> go.mod - Update Go version from 1.23.10 to 1.24.0 in go.mod </details> </td> <td><a href="https://github.com/TykTechnologies/tyk/pull/7265/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6">+1/-1</a> </td> </tr> </table></td></tr></tr></tbody></table> </details> ___ (cherry picked from commit ed93709)
API Changes no api changes detected |
PR Code Suggestions ✨No code suggestions found for the PR. |
|
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.
User description
TT-15019 Update Gateway and Plugin Compiler to Go 1.24 (#7265)
User description
TT-15019
PR for https://tyktech.atlassian.net/browse/TT-15019
PR Type
Enhancement
Description
Update Go version to 1.24 across all workflows and Dockerfiles
Update plugin compiler base image to Go 1.24
Update Go version in go.mod to 1.24.0
Ensure all CI and release jobs use Go 1.24 images
Diagram Walkthrough
File Walkthrough
ci-tests.yml
Update CI test workflow to Go 1.24
.github/workflows/ci-tests.yml
plugin-compiler-build.yml
Use Go 1.24 for plugin compiler build workflow
.github/workflows/plugin-compiler-build.yml
compiler builds
release.yml
Update release workflow to use Go 1.24
.github/workflows/release.yml
to 1.24-bullseye
Dockerfile
Update Gateway Dockerfile to Go 1.24
Dockerfile
Dockerfile
Update plugin compiler Dockerfile to Go 1.24
ci/images/plugin-compiler/Dockerfile
go.mod
Set project Go version to 1.24.0
go.mod
PR Type
Enhancement
Description
Upgrade Go version to 1.24 across all workflows and Dockerfiles
Update plugin compiler and gateway Docker images to Go 1.24
Set Go version to 1.24.0 in go.mod and .go-version
Improve test security by using 2048-bit RSA keys
Diagram Walkthrough
File Walkthrough