From a756a3b641be0f9e6ec557f80344c962cb39f12f Mon Sep 17 00:00:00 2001 From: divyansh42 Date: Wed, 20 May 2026 13:46:01 +0530 Subject: [PATCH] fix(cve): CVE-2026-32282, CVE-2026-32280, CVE-2026-32281 - update Go 1.25.8 to 1.25.9 Signed-off-by: divyansh42 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f99b21a4ff..f40e61d682 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/tektoncd/cli -go 1.25.8 +go 1.25.9 require ( github.com/AlecAivazis/survey/v2 v2.3.7