Skip to content

Commit 561bf41

Browse files
committed
Bump golangci-lint version to 2.1.6
Newer versions are showing issues
1 parent f72b30e commit 561bf41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ MINIKUBE_RELEASES_URL=https://github.com/kubernetes/minikube/releases/download
7474

7575
# latest from https://github.com/golangci/golangci-lint/releases
7676
# update this only by running `make update-golint-version`
77-
GOLINT_VERSION ?= v2.1.5
77+
GOLINT_VERSION ?= v2.1.6
7878
# see https://golangci-lint.run/docs/configuration/file/ for config details
7979
GOLINT_CONFIG ?= .golangci.yaml
8080
# Set this to --verbose to see details about the linters and formatters used

0 commit comments

Comments
 (0)