Skip to content

Commit

Permalink
Go mod tidy after running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KashifSaadat committed Jan 6, 2021
1 parent 4ef8bc8 commit 160b08f
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 @@ -50,6 +50,7 @@ scan:

clean:
rm -rf ./bin 2>/dev/null
go mod tidy

vet:
@echo "--> Running go vet $(VETARGS) ."
Expand Down

0 comments on commit 160b08f

Please sign in to comment.