Skip to content

Commit 46d0441

Browse files
committed
CI: Update golint from v2.6.2 to v2.7.1
1 parent 5df4e21 commit 46d0441

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

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

0 commit comments

Comments
 (0)