From 5f58308c3eb4dc0396829d228ee8d5fc1b5085c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 10:09:26 -0400 Subject: [PATCH] chore(deps): update dependency go to v1.24.4 (#361) 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 76dcfb6..7428e21 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/onedr0p/exportarr go 1.23.0 -toolchain go1.24.3 +toolchain go1.24.4 require ( github.com/gookit/validate v1.5.5