Skip to content

chore(deps): upgraded Go version to 1.26.1 and updated all dependencies#21

Merged
rios0rios0 merged 1 commit into
mainfrom
chore/upgrade-go-1.26.1
Mar 12, 2026
Merged

chore(deps): upgraded Go version to 1.26.1 and updated all dependencies#21
rios0rios0 merged 1 commit into
mainfrom
chore/upgrade-go-1.26.1

Conversation

@rios0rios0
Copy link
Copy Markdown
Owner

Summary

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

Changes

  • Updated go.mod Go directive to 1.26.1
  • Ran go get -u all 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

Copilot AI review requested due to automatic review settings March 12, 2026 11:22
@sonarqubecloud
Copy link
Copy Markdown

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

Bumps the module’s Go toolchain version and records the change in the changelog.

Changes:

  • Update go.mod Go version directive from 1.26.0 to 1.26.1
  • Add an [Unreleased] changelog entry describing the Go version change

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
go.mod Updates the declared Go version for the module
CHANGELOG.md Documents the Go version bump under [Unreleased]

You can also share your feedback on Copilot code review. Take the survey.

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

go 1.26.0
go 1.26.1
Copy link

Copilot AI Mar 12, 2026

Choose a reason for hiding this comment

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

This Go version bump makes other repo docs inconsistent: multiple files still state Go 1.26.0+ and even embed a go.mod example with go 1.26.0 (e.g., .github/copilot-instructions.md, custom-instructions/repo/.github/copilot-instructions.md, CONTRIBUTING.md). Please update those references (or change them to point readers at go.mod) so the documented minimum/toolchain version matches the module.

Suggested change
go 1.26.1
go 1.26.0

Copilot uses AI. Check for mistakes.
Comment thread CHANGELOG.md

### Changed

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

Copilot AI Mar 12, 2026

Choose a reason for hiding this comment

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

The changelog entry says “updated all module dependencies”, but go.mod has no require entries and there is no go.sum in the repo, so there aren’t any module dependencies to update. Please adjust the wording to reflect what actually changed (just the Go version), or include the dependency updates in the PR.

Copilot uses AI. Check for mistakes.
@rios0rios0 rios0rios0 merged commit 51a4517 into main Mar 12, 2026
19 checks passed
@rios0rios0 rios0rios0 deleted the chore/upgrade-go-1.26.1 branch March 12, 2026 14:06
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