We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72b30e commit 561bf41Copy full SHA for 561bf41
Makefile
@@ -74,7 +74,7 @@ MINIKUBE_RELEASES_URL=https://github.com/kubernetes/minikube/releases/download
74
75
# latest from https://github.com/golangci/golangci-lint/releases
76
# update this only by running `make update-golint-version`
77
-GOLINT_VERSION ?= v2.1.5
+GOLINT_VERSION ?= v2.1.6
78
# see https://golangci-lint.run/docs/configuration/file/ for config details
79
GOLINT_CONFIG ?= .golangci.yaml
80
# Set this to --verbose to see details about the linters and formatters used
0 commit comments