From 2696a11a9743a910faa6a46c572a3b1aa1f5f6e8 Mon Sep 17 00:00:00 2001 From: Michael Anthony Knyszek Date: Wed, 23 Jul 2025 17:47:03 +0000 Subject: [PATCH] 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 LUCI-TryBot-Result: Go LUCI --- src/internal/goversion/goversion.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/goversion/goversion.go b/src/internal/goversion/goversion.go index 18703a64ea..d8bfe7e085 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 = 25 +const Version = 26 -- 2.51.0