diff --git a/make/go.mk b/make/go.mk index 914a497b..1b74bca6 100644 --- a/make/go.mk +++ b/make/go.mk @@ -46,7 +46,7 @@ generate-assets: go-bindata .PHONY: verify-dependencies ## Runs commands to verify after the updated dependecies of toolchain-common/API(go mod replace), if the repo needs any changes to be made -verify-dependencies: tidy vet build test lint-go-code +verify-dependencies: generate-assets tidy vet build test lint-go-code .PHONY: tidy tidy: