]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add tests illustrating what happens when Go 1.16 is used in a Go 1.17 main...
authorBryan C. Mills <bcmills@google.com>
Fri, 14 May 2021 20:01:17 +0000 (16:01 -0400)
committerBryan C. Mills <bcmills@google.com>
Mon, 24 May 2021 20:15:56 +0000 (20:15 +0000)
commit15d9d4a009e3d2c9f1ad501143ed97a8b2c6f2c4
tree2281f3f766e88db10cced45b9071460bb94c69e0
parent873401df5b202a751523b8cbd92bf3a8aaf989c8
cmd/go: add tests illustrating what happens when Go 1.16 is used in a Go 1.17 main module

For #46141
Updates #46160

Change-Id: Ib22435b8051aaf3fa74d43d3b7f2d091e67f05e2
Reviewed-on: https://go-review.googlesource.com/c/go/+/320172
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>
src/cmd/go/testdata/script/mod_tidy_compat.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_tidy_compat_implicit.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_tidy_compat_incompatible.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_tidy_compat_irrelevant.txt [new file with mode: 0644]