From c16dbe01502e7df84b03d65f4b6c1454e3cd3764 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 20:32:13 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2c6a6c6..889fab1 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.25.6 require ( github.com/google/go-github/v74 v74.0.0