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.
2 parents bfcbedf + 46d0441 commit 9c6aa47Copy full SHA for 9c6aa47
Makefile
@@ -72,7 +72,7 @@ MINIKUBE_RELEASES_URL=https://github.com/kubernetes/minikube/releases/download
72
73
# latest from https://github.com/golangci/golangci-lint/releases
74
# update this only by running `make update-golint-version`
75
-GOLINT_VERSION ?= v2.6.2
+GOLINT_VERSION ?= v2.7.1
76
# see https://golangci-lint.run/docs/configuration/file/ for config details
77
GOLINT_CONFIG ?= .golangci.min.yaml
78
# Set this to --verbose to see details about the linters and formatters used
0 commit comments