Skip to content

Commit 43a470e

Browse files
committed
bump golint versions
1 parent 793eeae commit 43a470e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ MINIKUBE_RELEASES_URL=https://github.com/kubernetes/minikube/releases/download
7676
KERNEL_VERSION ?= 4.19.202
7777
# latest from https://github.com/golangci/golangci-lint/releases
7878
# update this only by running `make update-golint-version`
79-
GOLINT_VERSION ?= v1.44.0
79+
GOLINT_VERSION ?= v1.44.2
8080
# Limit number of default jobs, to avoid the CI builds running out of memory
8181
GOLINT_JOBS ?= 4
8282
# see https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint

0 commit comments

Comments
 (0)