From 504fba074d1c529d7c7be7759f794877ef30473d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 00:47:45 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.27.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ca0252b..855f384 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module raybeam go 1.26 -toolchain go1.26.6 +toolchain go1.27.0 require ( github.com/go-ldap/ldap/v3 v3.4.14