]> Cypherpunks repositories - gostls13.git/commit
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)
commita1b0af9904e3cc1cd169da7f0e5ad81420cd728e
tree678472813591075086f19ae334e001fa09cdf851
parent93a79bbcc0de229679ddeb2ad662ec8cea5b3de6
internal/goversion: update to 1.14

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