From 1b3f6d41ba36c53d0d70dc9cf5ab9e8a0dd2dad7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 09:33:59 +0200 Subject: [PATCH] Update dependency go to v1.24.3 (#949) 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 5326cb67..b25ec504 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.2 +toolchain go1.24.3 require ( github.com/alexedwards/argon2id v1.0.0