chore(deps): upgraded Go version to 1.26.1 and updated all dependencies#19
chore(deps): upgraded Go version to 1.26.1 and updated all dependencies#19rios0rios0 wants to merge 1 commit into
1.26.1 and updated all dependencies#19Conversation
|
There was a problem hiding this comment.
Pull request overview
This PR bumps the module’s Go toolchain directive to 1.26.1 and records the change in the changelog, aligning repository tooling with the newer Go version.
Changes:
- Updated
go.modgodirective from1.26.0to1.26.1. - Added an Unreleased changelog entry describing the Go version bump.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| go.mod | Updates the Go version directive to 1.26.1. |
| CHANGELOG.md | Documents the Go version change under Unreleased. |
|
|
||
| ### Changed | ||
|
|
||
| - changed the Go version to `1.26.1` and updated all module dependencies |
There was a problem hiding this comment.
The changelog entry says "updated all module dependencies", but this repo’s go.mod currently has no require entries and there is no go.sum in the tree, so there aren’t any module dependency updates to record. Consider rewording this line to only mention the Go version bump (or include the actual dependency/go.sum changes if they exist but weren’t committed).



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