From 48be6e98538259732ccc883dcb4566d2c94c5df8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 02:12:36 +0000 Subject: [PATCH] chore(): 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 d7fe8a0..d0196bc 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/Darkness4/auth-htmx go 1.22 -toolchain go1.22.5 +toolchain go1.22.6 require ( github.com/Masterminds/sprig/v3 v3.2.3