chore(deps): bump Go to 1.26.3 and update dependencies#209
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates RepoKeeper’s Go toolchain and dependency set, aligning both the main module and the tools/ module with Go 1.26.3 and refreshed direct/transitive dependencies.
Changes:
- Bump Go version from
1.26.2to1.26.3in both modules and in developer-facing version hints. - Update key dependencies (notably
mcp-go,ginkgo,gomega,golang.org/x/*, plus broader transitive churn reflected ingo.sumfiles). - Refresh module checksum files (
go.sum,tools/go.sum) to match the updated dependency graph.
Reviewed changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
tools/go.mod |
Updates go directive and indirect dependency versions for the tools module. |
tools/go.sum |
Updates dependency checksums for the tools module after the upgrade. |
go.mod |
Updates go directive and main-module dependencies (incl. mcp-go, ginkgo, gomega). |
go.sum |
Updates dependency checksums for the main module after the upgrade. |
CONTRIBUTING.md |
Updates documented Go version to 1.26.3. |
.tool-versions |
Updates pinned Go tool version to 1.26.3 (and adjusts formatting). |
Upgrades the Go toolchain to 1.26.3 across both modules and refreshes direct and transitive dependencies. Notable bumps: mcp-go 0.48 -> 0.52, ginkgo 2.28.1 -> 2.28.3, gomega 1.39.1 -> 1.40.0, plus golang.org/x/*, charm libs, AWS SDK, and OpenTelemetry transitive churn in tools. Verified on 1.26.3: build, lint (golangci-lint 2.11.4, 0 issues), test (25 Ginkgo suites pass), govulncheck (no vulnerabilities). Signed-off-by: Shawn Stratton <shawn.stratton@mface.net>
f9680af to
f8ad6a2
Compare
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.
Upgrades the Go toolchain to 1.26.3 across both modules and refreshes direct and transitive dependencies. Notable bumps: mcp-go 0.48 -> 0.52, ginkgo 2.28.1 -> 2.28.3, gomega 1.39.1 -> 1.40.0, plus golang.org/x/*, charm libs, AWS SDK, and OpenTelemetry transitive churn in tools.
Verified on 1.26.3: build, lint (golangci-lint 2.11.4, 0 issues), test (25 Ginkgo suites pass), govulncheck (no vulnerabilities).