From ba0e595ab32a1ff0bd4a7166296e4360b7dd29b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 01:57:34 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.26.0 --- auth/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/go.mod b/auth/go.mod index b22ce605..796fe9af 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.6 +toolchain go1.26.0 require ( github.com/alexedwards/argon2id v1.0.0