From 79a7e4ff736c164e39522ed8030e01a882302a58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 23:02:18 +0000 Subject: [PATCH] build(deps): update dependency go to v1.24.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 87070ef5..f6e2619d 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module authelia.com/provider/oauth2 go 1.23.0 -toolchain go1.23.6 +toolchain go1.24.1 require ( github.com/dgraph-io/ristretto v0.1.1