Merge 6b87de20fe into d5796e6cc5
commit
9c2ab0e91b
2
Makefile
2
Makefile
|
|
@ -71,7 +71,7 @@ MINIKUBE_RELEASES_URL=https://github.com/kubernetes/minikube/releases/download
|
|||
|
||||
# latest from https://github.com/golangci/golangci-lint/releases
|
||||
# update this only by running `make update-golint-version`
|
||||
GOLINT_VERSION ?= v2.10.1
|
||||
GOLINT_VERSION ?= v2.11.3
|
||||
# see https://golangci-lint.run/docs/configuration/file/ for config details
|
||||
GOLINT_CONFIG ?= .golangci.min.yaml
|
||||
# Set this to --verbose to see details about the linters and formatters used
|
||||
|
|
|
|||
Loading…
Reference in New Issue