Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
This commit is contained in:
Chin-Ya Huang 2020-12-22 09:17:51 +08:00 committed by Brad Davidson
parent 1d4adb0301
commit 2cf61689c5

View File

@ -20,7 +20,7 @@ To build the binaries using without running linting (ie; if you have uncommitted
SKIP_VALIDATE=true make
```
If you make any changes to go.mod and want to update the vendored modules, you should run the following before runnining `make`:
If you make any changes to go.mod and want to update the vendored modules, you should run the following before running `make`:
```bash
go mod vendor && go mod tidy
```