From e4aa10f29645eb76580d93d8c1779f3224692e3f Mon Sep 17 00:00:00 2001 From: Joris Baum Date: Tue, 25 Aug 2026 13:43:01 +0200 Subject: [PATCH] Bump go directive to 1.26, drop EOL toolchain pin (CFLGTM-109) Go 1.25 reached EOL on 2026-08-19; bump to a supported release and remove the pinned go1.25.3 toolchain. --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 154ea23a..34273035 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module code.cloudfoundry.org/log-cache-cli/v4 -go 1.25.0 - -toolchain go1.25.3 +go 1.26 require ( code.cloudfoundry.org/cli v7.1.0+incompatible