From 512f13eae0f0d6fc893c68110da260e9d9acf7a1 Mon Sep 17 00:00:00 2001 From: Piyush Garg Date: Tue, 30 Jul 2024 00:10:40 +0530 Subject: [PATCH] Bump go version to 1.22.5 as min rquirement --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 614668a8f..af37785a1 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/tektoncd/cli -go 1.22.0 +go 1.22.5 + require ( github.com/AlecAivazis/survey/v2 v2.3.7 github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2