Skip to content

Commit 10bb8c9

Browse files
committed
CI: Update golint from v1.64.5 to v1.64.6
1 parent 3332297 commit 10bb8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ MINIKUBE_RELEASES_URL=https://github.com/kubernetes/minikube/releases/download
8282
KERNEL_VERSION ?= 5.10.207
8383
# latest from https://github.com/golangci/golangci-lint/releases
8484
# update this only by running `make update-golint-version`
85-
GOLINT_VERSION ?= v1.64.5
85+
GOLINT_VERSION ?= v1.64.6
8686
# Limit number of default jobs, to avoid the CI builds running out of memory
8787
GOLINT_JOBS ?= 4
8888
# see https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint

0 commit comments

Comments
 (0)