]> Cypherpunks repositories - gostls13.git/commit
internal/goversion: update Version to 1.16
authorDmitri Shuralyov <dmitshur@golang.org>
Tue, 11 Aug 2020 22:37:44 +0000 (18:37 -0400)
committerDmitri Shuralyov <dmitshur@golang.org>
Wed, 12 Aug 2020 15:02:24 +0000 (15:02 +0000)
commit813b6bbaf9e24e6e11accca0cb4e7b7e8fb8db8d
tree13c9d0fd94ce6dad4606664bfa7074ce45335446
parent5c7748dc9de9c9e0a6844bf72faaf5b484004ba9
internal/goversion: update Version to 1.16

This is the start of the Go 1.16 development cycle, so update the
Version value accordingly. It represents the Go 1.x version that
will soon open up for development (and eventually become released).

Historically, we used to bump this at an arbitrary time throughout
the development cycle, but it's better to be more predictable about
updating it. The start of a development cycle should be the most
appropriate time: it clearly marks the boundary between 1.15 and
1.16 development, and doing it early can help catch issues in other
tooling. See issue #38704 for more background.

There is no longer a need to update the list of Go versions in
src/go/build/doc.go because it does not exist as of CL 232981.

For #40705.
Updates #38704.
Updates #37018.

Change-Id: Id8ee733b5e79c53b6cd03509c6560614d8743833
Reviewed-on: https://go-review.googlesource.com/c/go/+/248038
Reviewed-by: Carlos Amedee <carlos@golang.org>
src/internal/goversion/goversion.go