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