[4.1.2] Bump golang.org/x modules and align Go version to 1.26.8 - #8763
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The changes are straightforward dependency and version-pin updates, consistently applied across go.mod, go.sum, and CI workflows.
Pull request overview
This PR updates Sync Gateway’s Go toolchain/version pins and bumps the golang.org/x/* dependency set to newer releases, keeping CI and module metadata aligned for the 4.1.2 branch.
Changes:
- Bumped
golang.org/x/crypto,x/net,x/sys,x/text, andx/timeversions ingo.mod(with correspondinggo.sumupdates). - Updated the Go version in
go.modfrom1.26.6to1.26.8. - Aligned GitHub Actions workflows to use Go
1.26.8.
File summaries
| File | Description |
|---|---|
| go.mod | Updates Go version and bumps golang.org/x/* module requirements. |
| go.sum | Refreshes module checksums to match the updated go.mod requirements. |
| .github/workflows/ci.yml | Updates the CI Go version anchor to 1.26.8. |
| .github/workflows/service.yml | Updates service workflow to build/test using Go 1.26.8. |
Review details
- Files reviewed: 3/4 changed files
- Comments generated: 0
- 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:x/oauth2andx/syncwere already current.x/expleft alone, it's pseudo-versioned with no tagged releases.x/cryptov0.56.0 declaresgo1.26.0, whichgo 1.26.6covers - but bumped Go 1.26.6 -> 1.26.8 ingo.mod,ci.ymlandservice.ymlanyway to match whatmanifest/product-config.jsonbuilds 4.1.2 with. Jenkins reads the version out ofgo.mod, so noJenkinsfilechange needed.go build,go vet,yamllintand the unit suite all pass locally withcb_sg_enterprise,cb_sg_devmode.🤖 Generated with Claude Code