From a1821a4dafb72a9b3560811868b1f696c53dc9f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 21:12:00 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.6 (#248) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5403bed..d71e514 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/dev-hato/tfrbac go 1.21 -toolchain go1.23.5 +toolchain go1.23.6 require ( github.com/cockroachdb/errors v1.11.3