1
0
mirror of https://github.com/golang/go synced 2024-11-18 20:24:41 -07:00

internal/goversion: revert "update to 1.15"

This reverts CL 230024, commit 5e10ba9969.

Reason for revert: breaks cmd/go TestScript/mod_retention

Change-Id: I2044beff3008156dd11d7bd8154a6208ae692c57
Reviewed-on: https://go-review.googlesource.com/c/go/+/230029
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Heschi Kreinick 2020-04-24 22:00:21 +00:00
parent 5e10ba9969
commit d8d3542815
2 changed files with 1 additions and 2 deletions

View File

@ -112,7 +112,6 @@
// - "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.

View File

@ -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 = 15 const Version = 14