From 71bc47d1a01bad7e30bfe390d778a0323be10151 Mon Sep 17 00:00:00 2001 From: Hank Mueller Date: Mon, 24 Aug 2026 09:19:17 +0000 Subject: [PATCH] =?UTF-8?q?revert=20go.mod=20=E2=80=94=20keep=20only=20Doc?= =?UTF-8?q?kerfile=20bump?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit go 1.27 in go.mod triggers GOTOOLCHAIN download in CI runners (currently on 1.26.5). Scope this PR to the Dockerfile rebuild only; go.mod update follows after grpc v1.79.3/http2.TrailerPrefix compatibility is resolved. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 307e392..580d719 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module code.fritzlab.net/fritzlab/flock -go 1.27 +go 1.26.1 require ( github.com/containernetworking/cni v1.3.0