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 11, 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 currently has no go.sum and go.mod has no require entries, so there aren’t any module dependency version changes to document. Consider rewording this bullet to only mention the Go directive bump (or add the missing dependency update changes if they were intended).

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