From c7151d66d0178d8a1e3aa8f27a9d952b728730ac Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Sun, 22 Mar 2020 15:41:21 -0400 Subject: [PATCH] release-engineering.md: update --- docs/release-engineering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-engineering.md b/docs/release-engineering.md index 73ea76a16..e3aaace73 100644 --- a/docs/release-engineering.md +++ b/docs/release-engineering.md @@ -202,7 +202,7 @@ List out-of-date modules and update any that ``` go get -u github.com/psampaz/go-mod-outdated -go list -u -m -json all | go-mod-outdated -update -direct +go list -mod=mod -u -m -json all | go-mod-outdated -update -direct ``` To update a module, `get` it, then re-run the unit and integration tests.