Skip to content

Commit 6b87de2

Browse files
committed
CI: Update golint from v2.10.1 to v2.11.3
1 parent d5796e6 commit 6b87de2

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
@@ -71,7 +71,7 @@ MINIKUBE_RELEASES_URL=https://github.com/kubernetes/minikube/releases/download
7171

7272
# latest from https://github.com/golangci/golangci-lint/releases
7373
# update this only by running `make update-golint-version`
74-
GOLINT_VERSION ?= v2.10.1
74+
GOLINT_VERSION ?= v2.11.3
7575
# see https://golangci-lint.run/docs/configuration/file/ for config details
7676
GOLINT_CONFIG ?= .golangci.min.yaml
7777
# Set this to --verbose to see details about the linters and formatters used

0 commit comments

Comments
 (0)