revert go.mod — keep only Dockerfile bump

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.
This commit is contained in:
ops
2026-08-24 09:19:17 +00:00
parent 00ee941e9f
commit 71bc47d1a0
+1 -1
View File
@@ -1,6 +1,6 @@
module code.fritzlab.net/fritzlab/flock module code.fritzlab.net/fritzlab/flock
go 1.27 go 1.26.1
require ( require (
github.com/containernetworking/cni v1.3.0 github.com/containernetworking/cni v1.3.0