From: Dmitri Shuralyov Date: Mon, 22 Jul 2024 16:31:02 +0000 (-0400) Subject: internal/goversion: update Version to 1.24 X-Git-Tag: go1.24rc1~1447 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c622f5c341134f4164b2baf67632657862996029;p=gostls13.git internal/goversion: update Version to 1.24 Go 1.24 is in the process of being opened for development (to be eventually released). This change marks the very beginning of its development cycle, updating the Version value accordingly. For #40705. For #67586. Change-Id: Ibd194f229e7dbd25bc2713f86330fab50ea1dfaa Reviewed-on: https://go-review.googlesource.com/c/go/+/600176 LUCI-TryBot-Result: Go LUCI Reviewed-by: Dmitri Shuralyov Reviewed-by: Cherry Mui Auto-Submit: Dmitri Shuralyov --- diff --git a/src/internal/goversion/goversion.go b/src/internal/goversion/goversion.go index a9d6f12ee1..de2bcf4c82 100644 --- a/src/internal/goversion/goversion.go +++ b/src/internal/goversion/goversion.go @@ -8,5 +8,5 @@ package goversion // in development and will eventually get released. // // 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 = 23 +// the version of the next Go 1.x release. See go.dev/issue/40705. +const Version = 24