fix(Makefile)_: generate before vendor (#5913)

This commit is contained in:
Igor Sirotin 2024-10-04 14:59:45 +01:00 committed by GitHub
parent 5fc8a974d9
commit 664b6ea6d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ deep-clean: clean git-clean
tidy:
go mod tidy
vendor:
vendor: generate
go mod tidy
go mod vendor
modvendor -copy="**/*.c **/*.h" -v