Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Exceptions are acceptable depending on the circumstances (critical bug fixes tha

## [Unreleased]

### Changed

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

Copilot AI Mar 10, 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 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).

Copilot uses AI. Check for mistakes.

## [0.1.0] - 2026-03-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/rios0rios0/testkit

go 1.26.0
go 1.26.1
Loading