Skip to content

Commit 46fd547

Browse files
committed
internal/goversion: update Version to 1.18
This is the start of the Go 1.18 development cycle, so update the Version value accordingly. It represents the Go 1.x version that will soon open up for development (and eventually become released). Updates #40705 Updates #47351 Change-Id: Icfb99e28529a3c9fb7394e114a34586f613dfcbf Reviewed-on: https://go-review.googlesource.com/c/go/+/341590 Trust: Carlos Amedee <[email protected]> Run-TryBot: Carlos Amedee <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Matthew Dempsky <[email protected]> Reviewed-by: Alexander Rakoczy <[email protected]>
1 parent 5805efc commit 46fd547

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 golang.org/issue/40705.
12-
const Version = 17
12+
const Version = 18

0 commit comments

Comments
 (0)