From 6b87de20fed7ade1a5c19340ae492249c08fbd99 Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Sat, 14 Mar 2026 08:12:30 +0000 Subject: [PATCH] CI: Update golint from v2.10.1 to v2.11.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ac28d6bd5..51f31b8b33 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ MINIKUBE_RELEASES_URL=https://github.com/kubernetes/minikube/releases/download # latest from https://github.com/golangci/golangci-lint/releases # update this only by running `make update-golint-version` -GOLINT_VERSION ?= v2.10.1 +GOLINT_VERSION ?= v2.11.3 # see https://golangci-lint.run/docs/configuration/file/ for config details GOLINT_CONFIG ?= .golangci.min.yaml # Set this to --verbose to see details about the linters and formatters used