Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,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.6.2
GOLINT_VERSION ?= v2.7.1
# 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
Expand Down
Loading