From b68fc4294d0db86fcc5374b216fe2f1510c9ace1 Mon Sep 17 00:00:00 2001 From: Joris Baum Date: Tue, 25 Aug 2026 13:44:15 +0200 Subject: [PATCH] Bump go directive to 1.26 (CFLGTM-109) Go 1.25 reached EOL on 2026-08-19; bump to a supported release. --- src/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/go.mod b/src/go.mod index 978c552c..3892c31d 100644 --- a/src/go.mod +++ b/src/go.mod @@ -1,6 +1,6 @@ module code.cloudfoundry.org/log-cache -go 1.25.8 +go 1.26 require ( code.cloudfoundry.org/go-batching v0.0.0-20260818081528-9e768cac2659