]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/go: assume Go 1.16 instead of Go 1.11 for dependencies that lack explicit 'go...
authorBryan C. Mills <bcmills@google.com>
Fri, 19 Mar 2021 01:01:37 +0000 (21:01 -0400)
committerBryan C. Mills <bcmills@google.com>
Fri, 19 Mar 2021 19:59:56 +0000 (19:59 +0000)
commit3b0d28808df261747d7561badf91498bbb5d3e3e
tree42fb7b0044cf8ca9e733556f1fb9ec1e17d818b9
parent1c590661e7d3b477662f76ead56f39567ea8345a
cmd/go: assume Go 1.16 instead of Go 1.11 for dependencies that lack explicit 'go' directives

Fixes #45109
Updates #44976
Updates #36876

Change-Id: Icb00f8b6e0d4e076d82da1697e7058b9e7603916
Reviewed-on: https://go-review.googlesource.com/c/go/+/303229
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
doc/go1.17.html
src/cmd/go/internal/modload/init.go
src/cmd/go/internal/work/gc.go
src/cmd/go/testdata/script/mod_go_version_vendor.txt [new file with mode: 0644]