From: Carlos Amedee Date: Fri, 19 Jan 2024 18:51:50 +0000 (-0500) Subject: internal/goversion: update Version to 1.23 X-Git-Tag: go1.23rc1~1440 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=165383381199de6632665f43561e8e0dfc96f067;p=gostls13.git 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 Reviewed-by: Dmitri Shuralyov LUCI-TryBot-Result: Go LUCI --- diff --git a/src/internal/goversion/goversion.go b/src/internal/goversion/goversion.go index 770ef11356..a9d6f12ee1 100644 --- a/src/internal/goversion/goversion.go +++ b/src/internal/goversion/goversion.go @@ -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