CI: Update golint from v1.63.4 to v1.64.5 (#20421)
parent
15b614c7cd
commit
3b4f03443f
2
Makefile
2
Makefile
|
@ -82,7 +82,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.63.4
|
||||
GOLINT_VERSION ?= v1.64.5
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue