Revert "run go mod tidy after go mod vendor"

This commit is contained in:
Jonathon Anderson
2024-06-07 11:15:49 -06:00
committed by GitHub
parent bc94076a37
commit 66a23900e9
2 changed files with 0 additions and 5 deletions

View File

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