Merge pull request #12580 from cli/kw/update-go-1.25.6

update Go to 1.25.6
This commit is contained in:
Kynan Ware 2026-01-29 11:55:18 -07:00 committed by GitHub
commit 150834b426
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/cli/cli/v2
go 1.25.5
go 1.25.6
require (
github.com/AlecAivazis/survey/v2 v2.3.7