]> Cypherpunks repositories - gostls13.git/commitdiff
internal/goversion: update Version to 1.27
authorCarlos Amedee <carlos@golang.org>
Wed, 21 Jan 2026 19:40:43 +0000 (14:40 -0500)
committerCarlos Amedee <carlos@golang.org>
Wed, 21 Jan 2026 20:25:21 +0000 (12:25 -0800)
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 <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/internal/goversion/goversion.go

index d8bfe7e085b62e374fe415add9317840fbf837e9..b33e0d46cc31feb3e7b1a1cac4cb29f7eb4b6b37 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 go.dev/issue/40705.
-const Version = 26
+const Version = 27