From fd22e0ab7957682eef01c8e00d5a77db2ad57e6c Mon Sep 17 00:00:00 2001 From: "alex.stanfield" <13949480+chaptersix@users.noreply.github.com> Date: Thu, 19 Feb 2026 08:52:45 -0600 Subject: [PATCH] upgrade go version --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ebb965528..a7be6a19f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/temporalio/cli -go 1.25.5 +go 1.26.0 require ( github.com/BurntSushi/toml v1.4.0