From 7b4ab085b54e324c44036e9ecfa66770b6aa816e Mon Sep 17 00:00:00 2001 From: qingliu Date: Tue, 7 Apr 2026 23:30:09 -0500 Subject: [PATCH] chore: bump Go toolchain to 1.26.2 - Update the module Go version in go.mod - Keep the change scoped to the toolchain declaration --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 19eec30396..fc64b2fff5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/tektoncd/cli -go 1.26.1 +go 1.26.2 require ( github.com/AlecAivazis/survey/v2 v2.3.7