From f286003e75f7c0753b6134b850ca91eb2c6ea05a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 21:48:57 +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 d0a757c..2ce5c25 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/swfz/gh-annotations go 1.23.0 -toolchain go1.25.5 +toolchain go1.25.6 require ( github.com/MakeNowJust/heredoc v1.0.0