From 39d22fa3b0489fc5e624ee5957024c1d49abb2e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:39:08 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.22.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6461e3b..473265d 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/ydataai/authentication-service go 1.22 -toolchain go1.22.1 +toolchain go1.22.6 require ( github.com/coreos/go-oidc/v3 v3.10.0