Merge pull request #11467 from cli/bump-go-1.24.6

Bump Go to 1.24.6
This commit is contained in:
Andy Feller 2025-08-07 09:37:33 -04:00 committed by GitHub
commit 3a522e97fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
go.mod
View file

@ -2,7 +2,7 @@ module github.com/cli/cli/v2
go 1.24.0
toolchain go1.24.5
toolchain go1.24.6
require (
github.com/AlecAivazis/survey/v2 v2.3.7