From 260ab02f5fc7e2e042649d90c39da0f87023b237 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Jul 2025 08:46:29 -0400 Subject: [PATCH] chore(deps): update dependency go to v1.24.5 (#368) 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 a739540..e2b6fbf 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/onedr0p/exportarr go 1.23.0 -toolchain go1.24.4 +toolchain go1.24.5 require ( github.com/gookit/validate v1.5.5