From 94782773a1e4b62870d66bf0a3cfbe01efb608e0 Mon Sep 17 00:00:00 2001 From: toby cabot Date: Tue, 8 Feb 2022 09:44:12 -0500 Subject: [PATCH] Remove golint because it's deprecated https://github.com/golangci/golangci-lint/issues/1892 --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index d4954bd..608d981 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,6 @@ help: ## Display this help .PHONY: check check: ## Run some code quality checks go vet ./... - golint -set_exit_status ./... go test -race -short ./... run: ## Run the service using "go run" (KUBECONFIG needs to be set)