From 3b370519e8b1d6a78083b59e9212246143d243ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 21:14:27 +0000 Subject: [PATCH] Update dependency go to v1.25.6 --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index a2858f3..a94ae38 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.25.6 require ( github.com/asecurityteam/logevent/v2 v2.0.3