From b062222238ea41108ac21ec69dfd2884cb03a701 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 10:42:24 +0200 Subject: [PATCH] chore(deps): update dependency go to v1.25.0 (#1055) 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 4659bafc..4cf09f20 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.6 +toolchain go1.25.0 require ( github.com/alexedwards/argon2id v1.0.0