Skip to content

chore(deps): upgraded Go version to 1.26.2 and updated all dependencies#24

Closed
rios0rios0 wants to merge 1 commit into
mainfrom
chore/upgrade-go-1.26.2
Closed

chore(deps): upgraded Go version to 1.26.2 and updated all dependencies#24
rios0rios0 wants to merge 1 commit into
mainfrom
chore/upgrade-go-1.26.2

Conversation

@rios0rios0
Copy link
Copy Markdown
Owner

Summary

This PR upgrades the Go version to 1.26.2 and updates all module dependencies.

Changes

  • Updated go.mod Go directive to 1.26.2
  • Ran go get -u -t ./... to update all dependencies
  • Ran go mod tidy to clean up

Review Checklist

  • Verify build passes
  • Verify tests pass
  • Review dependency changes in go.sum

This PR was automatically created by autoupdate

…cies

Signed-off-by: autoupdate[bot] <rios0rios0@outlook.com>
Copilot AI review requested due to automatic review settings April 8, 2026 09:28
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Apr 8, 2026

Copy link
Copy Markdown

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

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.mod Go directive from 1.26.1 to 1.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.

Comment thread go.mod
module github.com/rios0rios0/testkit

go 1.26.1
go 1.26.2
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

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

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.

Copilot uses AI. Check for mistakes.
Comment thread CHANGELOG.md
Comment on lines +19 to +21
### Changed

- changed the Go version to `1.26.2` and updated all module dependencies
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

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

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.

Copilot uses AI. Check for mistakes.
@rios0rios0 rios0rios0 closed this Apr 14, 2026
@rios0rios0 rios0rios0 deleted the chore/upgrade-go-1.26.2 branch April 14, 2026 14:43
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