]> Cypherpunks repositories - gostls13.git/commitdiff
internal/goversion: update to 1.14
authorBryan C. Mills <bcmills@google.com>
Tue, 1 Oct 2019 16:52:16 +0000 (12:52 -0400)
committerBryan C. Mills <bcmills@google.com>
Tue, 1 Oct 2019 22:07:45 +0000 (22:07 +0000)
In #33848, we propose to use 'go 1.14' in the go.mod file to enable
new default behavior. That means that 'go mod init' needs to start
generating that directive by default, which requires the presence of
the updated version tag in the build environment.

Updates #33848

Change-Id: I9f3b8845fdfd843fd76de32f4b55d8f765d691de
Reviewed-on: https://go-review.googlesource.com/c/go/+/198318
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/go/build/doc.go
src/internal/goversion/goversion.go

index de793efa873f7a16f954f23886983c645c978956..47dec5a05df0bbd32be7912222c24733fb020dab 100644 (file)
 //     - "go1.11", from Go version 1.11 onward
 //     - "go1.12", from Go version 1.12 onward
 //     - "go1.13", from Go version 1.13 onward
+//     - "go1.14", from Go version 1.14 onward
 //     - any additional words listed in ctxt.BuildTags
 //
 // There are no build tags for beta or minor releases.
index 8f9c7c99c29b665e199da101c5c28eaa4d5f584a..c5783337b31e59ff8d8447f761dc85c7af85305c 100644 (file)
@@ -10,4 +10,4 @@ package goversion
 //
 // When incrementing this, also add to the list at src/go/build/doc.go
 // (search for "onward").
-const Version = 13
+const Version = 14