diff --git a/cliext/go.mod b/cliext/go.mod index f58a46c68..432da4828 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.5 require ( github.com/BurntSushi/toml v1.4.0 diff --git a/go.mod b/go.mod index 91aed58b0..f62663f7b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/temporalio/cli -go 1.25.0 +go 1.25.5 require ( github.com/BurntSushi/toml v1.4.0