Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
remove `rm go.sum`, no need anymore
  • Loading branch information
SVilgelm committed Oct 25, 2021
1 parent 53c9292 commit 25c97c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ lint:

tidy:
@echo "$(OK_COLOR)==> Updating go.mod...$(NO_COLOR)"
@rm go.sum || true
@go mod tidy

0 comments on commit 25c97c7

Please sign in to comment.