]> Cypherpunks repositories - gostls13.git/commit
README.vendor: add note about GOROOT, recommend fresh go
authorDavis Goodin <dagood@microsoft.com>
Mon, 30 Sep 2024 17:08:24 +0000 (10:08 -0700)
committerGopher Robot <gobot@golang.org>
Mon, 30 Sep 2024 19:15:39 +0000 (19:15 +0000)
commit0206eb9679dd3819c44912e6ebdba3b0fbf959a3
tree3ee957eba032836bebccb27fd1296edb6f6643ea
parent7f87b82955c82937de5e87ea73ac44db1389c487
README.vendor: add note about GOROOT, recommend fresh go

Using a different build of Go (specifically, a different GOROOT) to
maintain the vendor directory doesn't always reproduce the same results.
This can result in unknowingly creating a vendor directory that isn't
able to build Go.

Add a note to README.vendor to point this out. Specifically, mention
that a mismatched GOROOT is an issue, and recommend using a fresh build
of Go to maintain the vendor directory.

Updates #69235

Change-Id: Id80c7607bf28bd76e43e1fdc672811c50f2bffb3
Reviewed-on: https://go-review.googlesource.com/c/go/+/616815
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Sam Thanawalla <samthanawalla@google.com>
Reviewed-by: Sam Thanawalla <samthanawalla@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/README.vendor