From fbde2d89776bafc85d8d785fda0eb559bf36bcb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 22:32:02 +0000 Subject: [PATCH] Update go module directive to v1.27.0 --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index a2858f3..e3a5ff5 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/asecurityteam/serverfull -go 1.22 - -toolchain go1.24.4 +go 1.27.0 require ( github.com/asecurityteam/logevent/v2 v2.0.3