Skip to content

Commit

Permalink
KS129 change the sequence of make file target (#1065)
Browse files Browse the repository at this point in the history
Signed-off-by: Feny Mehta <[email protected]>
  • Loading branch information
fbm3307 authored Jul 26, 2024
1 parent af78831 commit 2dae24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/go.mk
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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 generate vet build test lint-go-code
verify-dependencies: generate tidy vet build test lint-go-code

.PHONY: tidy
tidy:
Expand Down

0 comments on commit 2dae24c

Please sign in to comment.