Skip to content

Commit 1653833

Browse files
committed
internal/goversion: update Version to 1.23
(The corresponding update for the last release cycle was CL 510735.) For #40705 For #64340 Change-Id: I123ce68131a6c7b0344cab54cd29402cabb57225 Reviewed-on: https://go-review.googlesource.com/c/go/+/557155 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 66d34c7 commit 1653833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/goversion/goversion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ package goversion
99
//
1010
// It should be updated at the start of each development cycle to be
1111
// the version of the next Go 1.x release. See golang.org/issue/40705.
12-
const Version = 22
12+
const Version = 23

0 commit comments

Comments
 (0)