Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 113fe64

Browse files
committed
Bump go module version to 1.23
1 parent 9eb8002 commit 113fe64

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Installation from source
22

3-
1. Verify that you have Go 1.22+ installed
3+
1. Verify that you have Go 1.23+ installed
44

55
```sh
66
$ go version

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/cli/cli/v2
22

3-
go 1.22.5
3+
go 1.23.0
4+
45
toolchain go1.23.5
56

67
require (

0 commit comments

Comments
 (0)