From aa0d93083a5e1139f846ef73d893bfc6ca5894f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 20:50:38 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.26.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2c6a6c6..d659656 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/Lonor/OpsBot go 1.23.0 -toolchain go1.24.5 +toolchain go1.26.0 require ( github.com/google/go-github/v74 v74.0.0