[DO NOT MERGE]: Update Go version to 1.26 - #1057
Conversation
|
This PR updates the Go version from 1.25 to 1.26 across the project's configuration, affecting the build, testing, and release pipelines. Files Changed AnalysisThe update is consistently applied across 5 configuration files:
The changes are primarily version string replacements, with a notable removal of the SHA256 digest from the Architecture & Impact Assessment
graph TD
subgraph "Configuration Files"
A[go.mod]
B[Dockerfile]
C[GitHub Workflows]
end
subgraph "Build & Release Pipeline"
D(Go 1.26 Toolchain)
E{Build Process}
end
subgraph "Output Artifacts"
F[Compiled Binaries]
G[Docker Image]
end
A --> D
B --> D
C --> D
D --> E
E --> F
E --> G
Scope Discovery & Context Expansion
Metadata
Powered by Visor from Probelabs Last updated: 2026-07-29T11:37:59.400Z | Triggered by: pr_updated | Commit: cae3a06 💡 TIP: You can chat with Visor using |
Security Issues (1)
Performance Issues (1)
Security Issues (1)
Performance Issues (1)
Powered by Visor from Probelabs Last updated: 2026-07-29T11:37:55.578Z | Triggered by: pr_updated | Commit: cae3a06 💡 TIP: You can chat with Visor using |
🚨 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. |
|



Problem / Task
Update Go version to 1.26 in tyk-pump as requested in TT-17721.
Requested by: U03DRQLT012
Slack thread: https://tyktech.slack.com/archives/D0A8NFK7XL2/p1785316401755029
Changes
go.modto use Go 1.26.0Dockerfileto usegolang:1.26.github/workflows/ci-test.ymlto use Go 1.26.github/workflows/linter.yamlto use Go 1.26.github/workflows/release.ymlto use1.26-bookwormTesting
go build -v ./...