From a2c5ff2cc3fa1b0f30338a3d450ece33edc6dbfa Mon Sep 17 00:00:00 2001 From: "autoupdate[bot]" Date: Wed, 8 Apr 2026 09:26:08 +0000 Subject: [PATCH] chore(deps): upgraded Go version to `1.26.2` and updated all dependencies Signed-off-by: autoupdate[bot] --- CHANGELOG.md | 1 + go.mod | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8bbf88..092dd64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ Exceptions are acceptable depending on the circumstances (critical bug fixes tha ### Changed - changed the Go module dependencies to their latest versions +- changed the Go version to `1.26.2` and updated all module dependencies ## [0.5.0] - 2026-04-03 diff --git a/go.mod b/go.mod index b71cac3..753a2d6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/rios0rios0/devforge -go 1.26.1 +go 1.26.2 require ( github.com/google/go-github/v66 v66.0.0