From 211f75f71a9b3c99fbfac6b41b70b8fd0c998096 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 10:38:07 +0100 Subject: [PATCH] Update dependency go to v1.25.4 (#1149) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- auth/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/go.mod b/auth/go.mod index b3f01081..d482c55c 100644 --- a/auth/go.mod +++ b/auth/go.mod @@ -2,7 +2,7 @@ module github.com/zoriya/kyoo/keibi go 1.24.0 -toolchain go1.25.3 +toolchain go1.25.4 require ( github.com/alexedwards/argon2id v1.0.0