From d8543bb1b6f43925b6d8757f7c672c117cfd61f6 Mon Sep 17 00:00:00 2001 From: Rishabh Patel Date: Wed, 20 Sep 2023 12:33:57 +0530 Subject: [PATCH] address review comments --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 42ca696c..461b682b 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ REPO_ROOT := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) LEADER_ELECT := false -#TODO (rishabh-11): Remove this version assignment when the latest g/g is vendored. +#TODO (rishabh-11): Remove this version assignment when g/g v1.79.0 or later version is vendored. GOLANGCI_LINT_VERSION ?= v1.54.2 #####################################################################