Skip to content

Commit

Permalink
internal/goversion: update Version to 1.24
Browse files Browse the repository at this point in the history
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 golang#40705.
For golang#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]>
  • Loading branch information
dmitshur authored and gopherbot committed Jul 22, 2024
1 parent 5e8a731 commit c622f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/internal/goversion/goversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ package goversion
// in development and will eventually get released.
//
// It should be updated at the start of each development cycle to be
// the version of the next Go 1.x release. See golang.org/issue/40705.
const Version = 23
// the version of the next Go 1.x release. See go.dev/issue/40705.
const Version = 24

0 comments on commit c622f5c

Please sign in to comment.