From c1975f8e5899af83a3b0f8d3f711711f713473cc Mon Sep 17 00:00:00 2001 From: "autoupdate[bot]" Date: Wed, 8 Apr 2026 09:28:53 +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