From 4c1e0e992672f7891af23c32b7c18f9d36a13ab4 Mon Sep 17 00:00:00 2001 From: Debian Date: Sat, 4 Jul 2026 01:03:56 +0200 Subject: [PATCH] chore(go): go.mod go-Direktive auf 1.26.4 nachgezogen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Build-Host-Toolchain ist go1.26.4; go.mod stand noch auf 1.26.0. Direktive nachgezogen — Binaries wurden (GOTOOLCHAIN=auto, lokal>=Direktive) ohnehin schon mit 1.26.4 gebaut, daher kein Binary-/Runtime-Change, kein Redeploy nötig. go build/vet/test mit 1.26.4 grün. Co-Authored-By: Claude Opus 4.8 (1M context) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0e7630b..e5aacea 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module git.netcell-it.de/projekte/edgeguard-native -go 1.26.0 +go 1.26.4 require ( github.com/corazawaf/coraza/v3 v3.7.0