We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3332297 commit 10bb8c9Copy full SHA for 10bb8c9
Makefile
@@ -82,7 +82,7 @@ MINIKUBE_RELEASES_URL=https://github.com/kubernetes/minikube/releases/download
82
KERNEL_VERSION ?= 5.10.207
83
# latest from https://github.com/golangci/golangci-lint/releases
84
# update this only by running `make update-golint-version`
85
-GOLINT_VERSION ?= v1.64.5
+GOLINT_VERSION ?= v1.64.6
86
# Limit number of default jobs, to avoid the CI builds running out of memory
87
GOLINT_JOBS ?= 4
88
# see https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint
0 commit comments