diff --git a/CHANGELOG.md b/CHANGELOG.md index 47910ab..d0ec32a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + ## [0.1.0] - 2026-03-06 ### Added diff --git a/go.mod b/go.mod index dd2cb11..b2fd23d 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/rios0rios0/testkit -go 1.26.0 +go 1.26.1