added tidy

This commit is contained in:
Kwitsch 2022-09-14 16:30:20 +02:00
parent 66e43375b8
commit 076c0c6dd0
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ jobs:
- name: Prepare project
shell: bash
run: |
go mod tidy
go mod download
go generate ./...
go mod vendor