Skip to content

Commit

Permalink
GODRIVER-2690 Remove go mod verify from Make target
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Sep 18, 2023
1 parent 354c56d commit 7b476dc
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 @@ -59,7 +59,6 @@ check-fmt: install-lll
.PHONY: check-modules
check-modules:
go mod tidy -v
go mod verify
git diff --exit-code go.mod go.sum

.PHONY: doc
Expand Down

0 comments on commit 7b476dc

Please sign in to comment.