From d2ce5856a65ee7d609c0758fa94a0d00fdce7b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E5=85=83?= Date: Fri, 29 Jan 2021 12:38:23 +0800 Subject: [PATCH] adress comment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8bd9f3234..b3199a2fa 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ vet: lint: golangci $(GOLANGCILINT) run ./... -reviewable: manifests fmt vet lint doc-gen +reviewable: manifests fmt vet lint go mod tidy # Execute auto-gen code commands and ensure branch is clean.