Skip to content

Commit 936c7fb

Browse files
committed
internal/goversion: update Version to 1.19
This is the start of the Go 1.19 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 #51336 Change-Id: Ic4b3f2c04b1fa5c588cb6d62e829f2ed1864e511 Reviewed-on: https://go-review.googlesource.com/c/go/+/388376 Trust: Carlos Amedee <[email protected]> Run-TryBot: Carlos Amedee <[email protected]> Trust: Alex Rakoczy <[email protected]> Reviewed-by: Bryan Mills <[email protected]> Reviewed-by: Alex Rakoczy <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent acc5f55 commit 936c7fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cmd/go/testdata/script/work_edit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@ use (
159159
replace (
160160
x.1 v1.3.0 => y.1 v1.4.0
161161
x.1 v1.4.0 => ../z
162-
)
162+
)

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 = 18
12+
const Version = 19

0 commit comments

Comments
 (0)