From 7b476dc2e72de81cf959fbc24a92b2aa1d56bb7a Mon Sep 17 00:00:00 2001 From: Preston Vasquez <24281431+prestonvasquez@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:54:39 -0600 Subject: [PATCH] GODRIVER-2690 Remove go mod verify from Make target --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index f0819c820d..028b7b75ba 100644 --- a/Makefile +++ b/Makefile @@ -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