Tests tagged +build go1.15 are currently not running. They should.
Change-Id: Ib97ec57a7a35cea65e2d14fb2b067e5fe49ee284
Reviewed-on: https://go-review.googlesource.com/c/go/+/230024
Run-TryBot: Heschi Kreinick <heschi@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
// - "go1.12", from Go version 1.12 onward
// - "go1.13", from Go version 1.13 onward
// - "go1.14", from Go version 1.14 onward
+// - "go1.15", from Go version 1.15 onward
// - any additional words listed in ctxt.BuildTags
//
// There are no build tags for beta or minor releases.
//
// When incrementing this, also add to the list at src/go/build/doc.go
// (search for "onward").
-const Version = 14
+const Version = 15