From 736e1661688f8ed4b263e3b011dbebf5f8629c97 Mon Sep 17 00:00:00 2001 From: koba1t Date: Thu, 9 Mar 2023 05:08:25 +0900 Subject: [PATCH] update golangci-lint to 1.51.2 --- .golangci.yml | 3 +++ Makefile-tools.mk | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index d6defa743..1383562b7 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -93,6 +93,9 @@ linters: - interfacebloat - loggercheck - reassign + - ginkgolinter + - gocheckcompilerdirectives + - musttag linters-settings: dupl: diff --git a/Makefile-tools.mk b/Makefile-tools.mk index 45a678950..ecaa18aa0 100644 --- a/Makefile-tools.mk +++ b/Makefile-tools.mk @@ -1,7 +1,7 @@ # Copyright 2022 The Kubernetes Authors. # SPDX-License-Identifier: Apache-2.0 -GOLANGCI_LINT_VERSION=v1.50.1 +GOLANGCI_LINT_VERSION=v1.51.2 MYGOBIN = $(shell go env GOBIN) ifeq ($(MYGOBIN),)