Skip to content

Commit

Permalink
Update readme: add section on updating vendor directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dobsonj committed Oct 6, 2021
1 parent 0948b23 commit 01c3b19
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,8 @@ Pull requests are very welcome! Make sure your patches are well tested. Ideally

5. Create new Pull Request

6. Add the test results in the PR
6. Add the test results in the PR

## Vendor changes

For any changes to `go.mod` or `go.sum`, be sure to run `go mod vendor` to update dependencies in the `vendor/` directory. You can verify that the vendor directory is up-to-date before filing a PR by running `hack/verify-vendor.sh`.

0 comments on commit 01c3b19

Please sign in to comment.