Skip to content

Commit

Permalink
Merge pull request #8039 from tstromberg/update-golint
Browse files Browse the repository at this point in the history
Update golangci-lint to v1.26.0 (low priority)
  • Loading branch information
medyagh authored May 8, 2020
2 parents bf541b4 + 84c8e63 commit 7102dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ MINIKUBE_RELEASES_URL=https://github.com/kubernetes/minikube/releases/download

KERNEL_VERSION ?= 4.19.107
# latest from https://github.com/golangci/golangci-lint/releases
GOLINT_VERSION ?= v1.23.6
GOLINT_VERSION ?= v1.26.0
# 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
Expand Down

0 comments on commit 7102dcb

Please sign in to comment.