chore(deps): upgraded Go version to 1.26.2 and updated all dependencies#24
chore(deps): upgraded Go version to 1.26.2 and updated all dependencies#24rios0rios0 wants to merge 1 commit into
1.26.2 and updated all dependencies#24Conversation
…cies Signed-off-by: autoupdate[bot] <rios0rios0@outlook.com>
|
There was a problem hiding this comment.
Pull request overview
This PR bumps the module’s Go toolchain/language version to 1.26.2 and records the change in the changelog.
Changes:
- Updated the
go.modGo directive from1.26.1to1.26.2. - Added an Unreleased changelog entry describing the Go version bump (and dependency update claim).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
go.mod |
Bumps the Go version directive to 1.26.2. |
CHANGELOG.md |
Notes the Go version change under Unreleased. |
| module github.com/rios0rios0/testkit | ||
|
|
||
| go 1.26.1 | ||
| go 1.26.2 |
There was a problem hiding this comment.
The repo docs include a go.mod Contents snippet that still shows go 1.26.0, but this PR bumps the module to go 1.26.2. To avoid confusion for contributors, update the snippet (and any other exact-version references) to match the new Go directive.
| ### Changed | ||
|
|
||
| - changed the Go version to `1.26.2` and updated all module dependencies |
There was a problem hiding this comment.
This entry says "updated all module dependencies", but go.mod currently has no require block and the repo has no go.sum, so there may not have been any dependency updates in this PR. Consider rewording the Unreleased note (or the PR description) to reflect the actual change (Go version bump only), or include the dependency diff if something is missing from the PR.



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