Merge pull request #11255 from cli/bump-go-1.24.5

Bump Go to 1.24.5
This commit is contained in:
William Martin 2025-07-10 08:11:17 +02:00 committed by GitHub
commit fce4f33317
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.4
toolchain go1.24.5
require (
github.com/AlecAivazis/survey/v2 v2.3.7