Upgrade dependencies
This commit is contained in:
parent
f5a811d8fa
commit
a5df24a21d
10 changed files with 37 additions and 116 deletions
|
@ -54,6 +54,7 @@ Merging a PR requires the following steps to be completed before it is merged au
|
|||
* Keep "allows edit from maintainer" checked.
|
||||
* Use semantic line breaks for documentation.
|
||||
* Ensure your PR is not a draft. We do not review drafts, but do answer questions and confer with developers on them as needed.
|
||||
* Ensure that the dependencies in the `go.mod` file reference a tag. If referencing a tag is not possible, add a comment explaining why.
|
||||
* Pass the validation check.
|
||||
* Pass all tests.
|
||||
* Receive 2 approving reviews from maintainers.
|
||||
|
@ -89,6 +90,7 @@ in short, it looks like this:
|
|||
You must run these local verifications before you submit your pull request to predict the pass or failure of continuous integration.
|
||||
Your PR will not be reviewed until these are green on the CI.
|
||||
|
||||
* `make generate`
|
||||
* `make validate`
|
||||
* `make pull-images`
|
||||
* `make test`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue