From e494934804a0c4279bd4edfc83b3a66836859082 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 16:01:05 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20go=20(1.25.6=20?= =?UTF-8?q?=E2=86=92=201.25.7)=20(#161)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0b4402d..d71d3a3 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/ivuorinen/gh-action-readme go 1.24.0 -toolchain go1.25.6 +toolchain go1.25.7 require ( github.com/adrg/xdg v0.5.3