mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-10-01 17:34:54 +08:00
release-engineering.md: update
This commit is contained in:
parent
b1e0fe95d5
commit
c7151d66d0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue