Commit a1b0af99 authored by Bryan C. Mills's avatar Bryan C. Mills

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: default avatarJay Conrod <jayconrod@google.com>
parent 93a79bbc
......@@ -111,6 +111,7 @@
// - "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.
......
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment