Skip to content

Commit

Permalink
Merge branch 'master' into cacheonlymember
Browse files Browse the repository at this point in the history
  • Loading branch information
fbm3307 authored Jul 26, 2024
2 parents fde5ffc + 6dadab1 commit 81a8600
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 @@ -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:
Expand Down

0 comments on commit 81a8600

Please sign in to comment.