Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb8002 commit 113fe64Copy full SHA for 113fe64
docs/source.md
@@ -1,6 +1,6 @@
1
# Installation from source
2
3
-1. Verify that you have Go 1.22+ installed
+1. Verify that you have Go 1.23+ installed
4
5
```sh
6
$ go version
go.mod
@@ -1,6 +1,7 @@
module github.com/cli/cli/v2
-go 1.22.5
+go 1.23.0
+
toolchain go1.23.5
7
require (
0 commit comments