From 0308bb8b2c2bda0f74ae2532806b56fe735f17e2 Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Mon, 13 May 2024 10:02:14 +0000 Subject: [PATCH] CI: Update golint from v1.58.0 to v1.58.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c6f91f54e4a9..63d197fa519f 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ MINIKUBE_RELEASES_URL=https://github.com/kubernetes/minikube/releases/download KERNEL_VERSION ?= 5.10.207 # latest from https://github.com/golangci/golangci-lint/releases # update this only by running `make update-golint-version` -GOLINT_VERSION ?= v1.58.0 +GOLINT_VERSION ?= v1.58.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