run go mod tidy after go mod vendor

Signed-off-by: xu yang <xyang@ciq.com>
This commit is contained in:
xu yang
2024-06-07 05:56:16 +00:00
parent 88f0b1b50e
commit e5f6fa5a05
2 changed files with 5 additions and 0 deletions

View File

@@ -29,3 +29,7 @@ runs:
- name: Prepare vendor directory
run: make vendor
shell: bash
- name: Run go mod tidy
run: make tidy
shell: bash