From e1f4bbdcaf1d1676b66f599c91f5dbe0e1883c61 Mon Sep 17 00:00:00 2001 From: "alex.stanfield" <13949480+chaptersix@users.noreply.github.com> Date: Fri, 30 Jan 2026 08:59:45 -0600 Subject: [PATCH 1/2] bump go version --- cliext/go.mod | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cliext/go.mod b/cliext/go.mod index f58a46c68..c9b77762c 100644 --- a/cliext/go.mod +++ b/cliext/go.mod @@ -1,6 +1,6 @@ module github.com/temporalio/cli/cliext -go 1.25.0 +go 1.25.3 require ( github.com/BurntSushi/toml v1.4.0 diff --git a/go.mod b/go.mod index 91aed58b0..1b2fb3026 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/temporalio/cli -go 1.25.0 +go 1.25.3 require ( github.com/BurntSushi/toml v1.4.0 From 9710566dcd90d86109e1fb505fff278b8e959ed6 Mon Sep 17 00:00:00 2001 From: Alex Stanfield <13949480+chaptersix@users.noreply.github.com> Date: Fri, 30 Jan 2026 09:31:38 -0600 Subject: [PATCH 2/2] Apply suggestions from code review bump to what's in OSS Server --- cliext/go.mod | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cliext/go.mod b/cliext/go.mod index c9b77762c..432da4828 100644 --- a/cliext/go.mod +++ b/cliext/go.mod @@ -1,6 +1,6 @@ module github.com/temporalio/cli/cliext -go 1.25.3 +go 1.25.5 require ( github.com/BurntSushi/toml v1.4.0 diff --git a/go.mod b/go.mod index 1b2fb3026..f62663f7b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/temporalio/cli -go 1.25.3 +go 1.25.5 require ( github.com/BurntSushi/toml v1.4.0