Skip to content

Commit c622f5c

Browse files
dmitshurgopherbot
authored andcommitted
internal/goversion: update Version to 1.24
Go 1.24 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 #67586. Change-Id: Ibd194f229e7dbd25bc2713f86330fab50ea1dfaa Reviewed-on: https://go-review.googlesource.com/c/go/+/600176 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
1 parent 5e8a731 commit c622f5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/internal/goversion/goversion.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ package goversion
88
// in development and will eventually get released.
99
//
1010
// It should be updated at the start of each development cycle to be
11-
// the version of the next Go 1.x release. See golang.org/issue/40705.
12-
const Version = 23
11+
// the version of the next Go 1.x release. See go.dev/issue/40705.
12+
const Version = 24

0 commit comments

Comments
 (0)