Skip to content

Commit

Permalink
fix(ci): run 'go mod tidy' before go build
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih committed Jul 26, 2023
1 parent 9b37a55 commit 1cd9b6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ _build_check_docker:

deps: _build_check_go _build_check_docker
@echo "INFO:\tVerifying dependencies for jiva"
go mod tidy

_run_ci: test_functional test_features test_resiliency
@echo "INFO:\tRun ci over jiva image"
Expand Down

0 comments on commit 1cd9b6f

Please sign in to comment.