Commit 751c372
committed
docs(version-pinning): correct subpath guidance after smoke-test
Tested both flows in scratch modules:
- go get of a subpath (terratest/modules/terraform@v0.51.0) succeeds and
resolves to the root module pin.
- go mod edit -require of the same subpath fails on tidy with
"unknown revision modules/terraform/v0.51.0", which is what the
customer hit in #1615.
Reframe the second section so the warning targets the actual foot-gun
(hand-written subpath requires) rather than claiming subpaths are always
broken.1 parent 778e7d2 commit 751c372
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
0 commit comments