mirror of
https://github.com/golang/go.git
synced 2026-02-07 02:09:55 +00:00
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 <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Pratt <mpratt@google.com>
This commit is contained in:
parent
2baa1d1762
commit
83c44ec032
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue