Bump go module version to 1.23

This commit is contained in:
William Martin 2025-01-21 17:13:31 +01:00
parent 9eb8002764
commit 113fe646f3
2 changed files with 3 additions and 2 deletions

View file

@ -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
View file

@ -1,6 +1,7 @@
module github.com/cli/cli/v2
go 1.22.5
go 1.23.0
toolchain go1.23.5
require (