run go mod tidy after go mod vendor
Signed-off-by: xu yang <xyang@ciq.com>
This commit is contained in:
4
.github/actions/prepare/action.yml
vendored
4
.github/actions/prepare/action.yml
vendored
@@ -29,3 +29,7 @@ runs:
|
||||
- name: Prepare vendor directory
|
||||
run: make vendor
|
||||
shell: bash
|
||||
|
||||
- name: Run go mod tidy
|
||||
run: make tidy
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user