We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793eeae commit 43a470eCopy full SHA for 43a470e
Makefile
@@ -76,7 +76,7 @@ MINIKUBE_RELEASES_URL=https://github.com/kubernetes/minikube/releases/download
76
KERNEL_VERSION ?= 4.19.202
77
# latest from https://github.com/golangci/golangci-lint/releases
78
# update this only by running `make update-golint-version`
79
-GOLINT_VERSION ?= v1.44.0
+GOLINT_VERSION ?= v1.44.2
80
# Limit number of default jobs, to avoid the CI builds running out of memory
81
GOLINT_JOBS ?= 4
82
# see https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint
0 commit comments