From 165383381199de6632665f43561e8e0dfc96f067 Mon Sep 17 00:00:00 2001 From: Carlos Amedee Date: Fri, 19 Jan 2024 13:51:50 -0500 Subject: [PATCH] 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 --- src/internal/goversion/goversion.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.48.1