]> Cypherpunks repositories - gostls13.git/commitdiff
internal/goversion: update Version to 1.23
authorCarlos Amedee <carlos@golang.org>
Fri, 19 Jan 2024 18:51:50 +0000 (13:51 -0500)
committerCarlos Amedee <carlos@golang.org>
Fri, 19 Jan 2024 19:23:40 +0000 (19:23 +0000)
(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 <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

src/internal/goversion/goversion.go

index 770ef113561edc3c6b478f4f6fe69e4324dbd3fd..a9d6f12ee14d3bcca384ee44636a4e294212d82b 100644 (file)
@@ -9,4 +9,4 @@ package goversion
 //
 // It should be updated at the start of each development cycle to be
 // the version of the next Go 1.x release. See golang.org/issue/40705.
-const Version = 22
+const Version = 23