Skip to content

Commit 9c6aa47

Browse files
authored
Merge pull request #22051 from minikube-bot/auto_bump_golint_version
CI: Update golint from v2.6.2 to v2.7.1
2 parents bfcbedf + 46d0441 commit 9c6aa47

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)