Skip to content

Commit 2696a11

Browse files
committed
internal/goversion: update Version to 1.26
Go 1.26 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 #73829. Change-Id: Ie4ce2d38160dd6283c08e10ecbd7d3a43ed92b48 Reviewed-on: https://go-review.googlesource.com/c/go/+/689877 Reviewed-by: Mark Freeman <mark@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
1 parent 489868f commit 2696a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/goversion/goversion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ package goversion
99
//
1010
// It should be updated at the start of each development cycle to be
1111
// the version of the next Go 1.x release. See go.dev/issue/40705.
12-
const Version = 25
12+
const Version = 26

0 commit comments

Comments
 (0)