From 4d37ba05172d65a4aa2a5b77b8bcaf77bec4fb5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:28:00 +0000 Subject: [PATCH] Update Golang Version Bump to v1.26.4 --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index a2858f3..f40f8c1 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.26.4 require ( github.com/asecurityteam/logevent/v2 v2.0.3