From 936a85c08c08a37a6e3daa41aa9eee0b5d4468ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 18:39:24 +0300 Subject: [PATCH] chore(deps): update go to 1.24.5 (#25) 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 029d7d6..09afdca 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/ivuorinen/paperboy go 1.23.0 -toolchain go1.24.4 +toolchain go1.24.5 require ( github.com/mmcdole/gofeed v1.3.0