Skip to content

chore(deps): bump Go to 1.26.3 and update dependencies#209

Merged
mfacenet merged 1 commit into
mainfrom
chore/upgrade-go-1.26.3-deps
May 12, 2026
Merged

chore(deps): bump Go to 1.26.3 and update dependencies#209
mfacenet merged 1 commit into
mainfrom
chore/upgrade-go-1.26.3-deps

Conversation

@mfacenet
Copy link
Copy Markdown
Collaborator

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).

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.2 to 1.26.3 in both modules and in developer-facing version hints.
  • Update key dependencies (notably mcp-go, ginkgo, gomega, golang.org/x/*, plus broader transitive churn reflected in go.sum files).
  • 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).

Comment thread go.mod Outdated
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>
@mfacenet mfacenet force-pushed the chore/upgrade-go-1.26.3-deps branch from f9680af to f8ad6a2 Compare May 12, 2026 05:42
@mfacenet mfacenet merged commit c471de8 into main May 12, 2026
12 checks passed
@mfacenet mfacenet deleted the chore/upgrade-go-1.26.3-deps branch May 12, 2026 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants