From 8b9cddb7e07246b7e5af7c1fc3708fc4ece3f822 Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Thu, 12 Aug 2021 23:26:51 +0000 Subject: [PATCH] bump golaint versions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a7ba8d0a9..ea380b5081 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ MINIKUBE_RELEASES_URL=https://github.com/kubernetes/minikube/releases/download KERNEL_VERSION ?= 4.19.182 # latest from https://github.com/golangci/golangci-lint/releases # update this only by running `make update-golint-version` -GOLINT_VERSION ?= v1.39.0 +GOLINT_VERSION ?= v1.41.1 # Limit number of default jobs, to avoid the CI builds running out of memory GOLINT_JOBS ?= 4 # see https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint