From a343f894d913d166d116304edde8426cb8067e6e Mon Sep 17 00:00:00 2001 From: "autoupdate[bot]" Date: Wed, 15 Apr 2026 09:43:05 +0000 Subject: [PATCH] chore(deps): upgraded Go version to `1.26.2` and updated all dependencies Signed-off-by: autoupdate[bot] --- CHANGELOG.md | 4 ++++ go.mod | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f3e6df..73bc54d 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.2` and updated all module dependencies + ## [0.1.1] - 2026-03-12 ### Changed diff --git a/go.mod b/go.mod index b2fd23d..3402c1f 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/rios0rios0/testkit -go 1.26.1 +go 1.26.2