chore(deps): upgraded Go version to 1.26.2 and updated all dependencies#61
chore(deps): upgraded Go version to 1.26.2 and updated all dependencies#61rios0rios0 wants to merge 1 commit intomainfrom
1.26.2 and updated all dependencies#61Conversation
…cies Signed-off-by: autoupdate[bot] <rios0rios0@outlook.com>
|
There was a problem hiding this comment.
Pull request overview
This PR bumps the project’s Go toolchain version and refreshes Go module dependencies, aligning the repo with the latest upstream releases used by the CLI.
Changes:
- Updated the
godirective to1.26.2. - Bumped
github.com/anthropics/anthropic-sdk-gotov1.32.0(and updatedgo.sumaccordingly). - Added an Unreleased changelog entry describing the upgrade.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| go.mod | Updates the Go version directive and bumps the Anthropic Go SDK dependency. |
| go.sum | Updates module checksums to match the dependency upgrade. |
| CHANGELOG.md | Records the Go/dependency upgrade in the Unreleased section. |
| - changed the Go module dependencies to their latest versions | ||
| - changed the Go version to `1.26.2` and updated all module dependencies |
There was a problem hiding this comment.
The Unreleased changelog entry is now redundant: line 21 already states that module dependencies were updated, and this new bullet repeats that while also mentioning the Go version. Consider consolidating into a single bullet (e.g., mention the Go version bump and dependency updates once) to avoid duplicate changelog items.
| - changed the Go module dependencies to their latest versions | |
| - changed the Go version to `1.26.2` and updated all module dependencies | |
| - changed the Go version to `1.26.2` and updated the Go module dependencies to their latest versions |



Summary
This PR upgrades the Go version to 1.26.2 and updates all module dependencies.
Changes
go.modGo directive to1.26.2go get -u -t ./...to update all dependenciesgo mod tidyto clean upReview Checklist
go.sumThis PR was automatically created by autoupdate