mirror of
https://github.com/golang/go
synced 2024-11-18 18:14:43 -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:
parent
5e10ba9969
commit
d8d3542815
@ -112,7 +112,6 @@
|
||||
// - "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.
|
||||
|
@ -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 = 15
|
||||
const Version = 14
|
||||
|
Loading…
Reference in New Issue
Block a user