Merge pull request #18499 from minikube-bot/auto_bump_golint_version
CI: Update golint from v1.56.2 to v1.57.1pull/18504/head
commit
f20a78ca9c
2
Makefile
2
Makefile
|
@ -79,7 +79,7 @@ MINIKUBE_RELEASES_URL=https://github.com/kubernetes/minikube/releases/download
|
||||||
KERNEL_VERSION ?= 5.10.207
|
KERNEL_VERSION ?= 5.10.207
|
||||||
# latest from https://github.com/golangci/golangci-lint/releases
|
# latest from https://github.com/golangci/golangci-lint/releases
|
||||||
# update this only by running `make update-golint-version`
|
# update this only by running `make update-golint-version`
|
||||||
GOLINT_VERSION ?= v1.56.2
|
GOLINT_VERSION ?= v1.57.1
|
||||||
# Limit number of default jobs, to avoid the CI builds running out of memory
|
# Limit number of default jobs, to avoid the CI builds running out of memory
|
||||||
GOLINT_JOBS ?= 4
|
GOLINT_JOBS ?= 4
|
||||||
# see https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint
|
# see https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint
|
||||||
|
|
Loading…
Reference in New Issue