From: Carlos Amedee Date: Wed, 21 Jan 2026 19:40:43 +0000 (-0500) Subject: internal/goversion: update Version to 1.27 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=83c44ec0326d90e75d4672f17630b348811a02ab;p=gostls13.git internal/goversion: update Version to 1.27 Go 1.27 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 #76474. Change-Id: Id64ac75e6727715c32a842501b4318281dd8998f Reviewed-on: https://go-review.googlesource.com/c/go/+/737960 LUCI-TryBot-Result: Go LUCI Reviewed-by: Michael Pratt --- diff --git a/src/internal/goversion/goversion.go b/src/internal/goversion/goversion.go index d8bfe7e085..b33e0d46cc 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 go.dev/issue/40705. -const Version = 26 +const Version = 27