Skip to content

Commit

Permalink
Run go mod donwload too when checking for changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano committed Jun 10, 2021
1 parent 7edb457 commit f44e80b
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ check-go:
.PHONY: check-no-changes
check-no-changes:
@go mod tidy
@go mod download
@git diff | cat
@git update-index --refresh
@git diff-index --exit-code HEAD --
Expand Down
Loading

0 comments on commit f44e80b

Please sign in to comment.