From 02129f12e35a5d8df9b3123e5c811fa666fce4c5 Mon Sep 17 00:00:00 2001 From: Prem Kumar Kalle Date: Fri, 28 Aug 2026 11:14:40 -0700 Subject: [PATCH] Update Go version to 1.26.7 Signed-off-by: Prem Kumar Kalle --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ffc95f3739..9508c0b760 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module code.cloudfoundry.org/cli/v9 -go 1.26.4 +go 1.26.7 require ( code.cloudfoundry.org/bytefmt v0.86.0