[4.0.8] Bump golang.org/x modules and align Go version to 1.25.14 - #8762
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
🔵 Needs a closer look
Dependency/toolchain version bumps can have broad build/runtime impact and should be validated via CI and a quick human sanity check of the stated source-of-truth alignment.
Pull request overview
Updates the Go toolchain version and several golang.org/x/* dependencies for the 4.0.8 release line to match the intended build/CI environment and supported module versions.
Changes:
- Bumps
godirective ingo.modfrom 1.25.13 to 1.25.14. - Upgrades
golang.org/x/{crypto,net,oauth2,sys,text,time}to newer versions and refreshesgo.sum. - Aligns CI/Jenkins Go version pins to 1.25.14.
File summaries
| File | Description |
|---|---|
| Jenkinsfile | Updates Jenkins Go tool version to 1.25.14. |
| go.mod | Bumps Go version and updates golang.org/x/* dependency requirements. |
| go.sum | Updates checksums to match the upgraded golang.org/x/* modules. |
| .github/workflows/service.yml | Aligns service workflow Go version to 1.25.14. |
| .github/workflows/ci.yml | Aligns CI workflow Go version to 1.25.14 across jobs. |
Review details
- Files reviewed: 4/5 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
torcolvin
approved these changes
Sep 4, 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.
Latest
golang.org/x/*releases that Go 1.25 will take:x/cryptostops at v0.55.0 - v0.56.0 needsgo1.26.0.x/expleft alone, it's pseudo-versioned with no tagged releases.Also nudged Go 1.25.13 -> 1.25.14 in
go.mod,ci.yml,service.ymland theJenkinsfileto match whatmanifest/product-config.jsonactually builds 4.0.8 with.go build,go vet,yamllintand the unit suite all pass locally withcb_sg_enterprise,cb_sg_devmode.🤖 Generated with Claude Code