From c0bbb973c4a1ea182f2248b5c21db9f5eb940ac1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 19:41:48 +0200 Subject: [PATCH] chore(deps): update dependency go to v1.24.6 (#1040) 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 ccf23da0..4dfa3681 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.5 +toolchain go1.24.6 require ( github.com/alexedwards/argon2id v1.0.0