]> Cypherpunks repositories - gostls13.git/commitdiff
internal/goversion: update Version to 1.19
authorCarlos Amedee <carlos@golang.org>
Mon, 28 Feb 2022 15:54:32 +0000 (10:54 -0500)
committerCarlos Amedee <carlos@golang.org>
Mon, 28 Feb 2022 22:24:58 +0000 (22:24 +0000)
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 <carlos@golang.org>
Run-TryBot: Carlos Amedee <carlos@golang.org>
Trust: Alex Rakoczy <alex@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Alex Rakoczy <alex@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>

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

index 278afb7f610dc0fb31dcef660dce71ff83878451..ad5de6286d288a811cbdd25883b967eded54a190 100644 (file)
@@ -159,4 +159,4 @@ use (
 replace (
        x.1 v1.3.0 => y.1 v1.4.0
        x.1 v1.4.0 => ../z
-)
\ No newline at end of file
+)
index 8fcea100dc696ab6044e871730be6f4a4054237a..da33e68cafd75f2d38183e30a82fcba0f73c354b 100644 (file)
@@ -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 golang.org/issue/40705.
-const Version = 18
+const Version = 19