From a74e75563e32153088c05fcaddf50f90c82e397c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 10:32:09 +0300 Subject: [PATCH] chore(deps): update go to 1.24.3 (#23) 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 be9c61c..7bb78df 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/ivuorinen/paperboy go 1.23.0 -toolchain go1.24.2 +toolchain go1.24.3 require ( github.com/mmcdole/gofeed v1.3.0