]> Cypherpunks repositories - gostls13.git/commit
cmd/go: error out of 'go mod tidy' if the go version is newer than supported
authorBryan C. Mills <bcmills@google.com>
Thu, 13 May 2021 13:48:40 +0000 (09:48 -0400)
committerBryan C. Mills <bcmills@google.com>
Sat, 15 May 2021 02:39:08 +0000 (02:39 +0000)
commitce92a2023ccd77ca609126aa8a6e881c9def57f0
tree32f11fab97c8c79747f3a26d6fc9a938bc247422
parent02699f810a05215060ba2181f394d551819ad7d4
cmd/go: error out of 'go mod tidy' if the go version is newer than supported

Fixes #46142

Change-Id: Ib7a0a159e53cbe476be6aa9a050add10cc750dec
Reviewed-on: https://go-review.googlesource.com/c/go/+/319669
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/internal/modload/load.go
src/cmd/go/testdata/script/mod_tidy_too_new.txt [new file with mode: 0644]