chore(go): go.mod go-Direktive auf 1.26.4 nachgezogen

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) <noreply@anthropic.com>
This commit is contained in:
Debian
2026-07-04 01:03:56 +02:00
parent 2495bf022b
commit 4c1e0e9926

2
go.mod
View File

@@ -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