1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

release-engineering.md: update

This commit is contained in:
Tom Limoncelli
2020-03-22 15:41:21 -04:00
parent b1e0fe95d5
commit c7151d66d0

View File

@ -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.