Fix go directive in go.mod (#8956)
This commit is contained in:
parent
e069ab3b6c
commit
71404e7a6f
1 changed files with 2 additions and 0 deletions
2
go.mod
2
go.mod
|
|
@ -2,6 +2,8 @@ module github.com/cli/cli/v2
|
|||
|
||||
go 1.22
|
||||
|
||||
toolchain go1.22.2
|
||||
|
||||
require (
|
||||
github.com/AlecAivazis/survey/v2 v2.3.7
|
||||
github.com/MakeNowJust/heredoc v1.0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue