From 9b015da29c05559ecc84f6ba6e54700fe19c8572 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 09:31:49 +0200 Subject: [PATCH] Update dependency go to v1.24.4 (#988) 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 e7344b4e..b74ceedc 100644 --- a/auth/go.mod +++ b/auth/go.mod @@ -2,7 +2,7 @@ module github.com/zoriya/kyoo/keibi go 1.23.3 -toolchain go1.24.3 +toolchain go1.24.4 require ( github.com/alexedwards/argon2id v1.0.0