diff --git a/docs/source.md b/docs/source.md index d2b7c5b31..29bf51e39 100644 --- a/docs/source.md +++ b/docs/source.md @@ -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 diff --git a/go.mod b/go.mod index e3a729287..ef56b8a73 100644 --- a/go.mod +++ b/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 (