From 45bf8b5a420d3c6703eeeadd17fd2b17659d08de Mon Sep 17 00:00:00 2001 From: HIHIA <283304489@qq.com> Date: Fri, 10 Feb 2023 11:55:45 +0800 Subject: [PATCH] fix: make lint bug Signed-off-by: HIHIA <283304489@qq.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index afcd15d5f8f..c52075d4313 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ install-golint: ## check golint if not exist install golint tools ifeq (, $(shell which golangci-lint)) @{ \ set -e ;\ - go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.31.0 ;\ + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.40.0 ;\ } GOLINT_BIN=$(shell go env GOPATH)/bin/golangci-lint else