mirror of
https://github.com/golang/go
synced 2024-11-24 00:20:14 -07:00
internal/goversion: update to 1.15
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>
This commit is contained in:
parent
80ced39396
commit
5e10ba9969
@ -112,6 +112,7 @@
|
|||||||
// - "go1.12", from Go version 1.12 onward
|
// - "go1.12", from Go version 1.12 onward
|
||||||
// - "go1.13", from Go version 1.13 onward
|
// - "go1.13", from Go version 1.13 onward
|
||||||
// - "go1.14", from Go version 1.14 onward
|
// - "go1.14", from Go version 1.14 onward
|
||||||
|
// - "go1.15", from Go version 1.15 onward
|
||||||
// - any additional words listed in ctxt.BuildTags
|
// - any additional words listed in ctxt.BuildTags
|
||||||
//
|
//
|
||||||
// There are no build tags for beta or minor releases.
|
// 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
|
// When incrementing this, also add to the list at src/go/build/doc.go
|
||||||
// (search for "onward").
|
// (search for "onward").
|
||||||
const Version = 14
|
const Version = 15
|
||||||
|
Loading…
Reference in New Issue
Block a user