Bump go module version to 1.23
This commit is contained in:
parent
9eb8002764
commit
113fe646f3
2 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Installation from source
|
||||
|
||||
1. Verify that you have Go 1.22+ installed
|
||||
1. Verify that you have Go 1.23+ installed
|
||||
|
||||
```sh
|
||||
$ go version
|
||||
|
|
|
|||
3
go.mod
3
go.mod
|
|
@ -1,6 +1,7 @@
|
|||
module github.com/cli/cli/v2
|
||||
|
||||
go 1.22.5
|
||||
go 1.23.0
|
||||
|
||||
toolchain go1.23.5
|
||||
|
||||
require (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue