Update Go toolchain version to 1.24.9

Bump the Go toolchain version from 1.24.6 to 1.24.9
This commit is contained in:
Kynan Ware 2025-10-30 10:45:31 -06:00
parent f4797e5316
commit 7173c17b94

2
go.mod
View file

@ -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