From 7173c17b94b2811ac1e04a418e6e4cbd2bc13ee4 Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Thu, 30 Oct 2025 10:45:31 -0600 Subject: [PATCH] Update Go toolchain version to 1.24.9 Bump the Go toolchain version from 1.24.6 to 1.24.9 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ebc9f0ff8..e97fd46f7 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/cli/cli/v2 go 1.24.0 -toolchain go1.24.6 +toolchain go1.24.9 require ( github.com/AlecAivazis/survey/v2 v2.3.7