update golangci-lint to 1.51.2

This commit is contained in:
koba1t
2023-03-09 05:08:25 +09:00
parent e8b521e3ab
commit 736e166168
2 changed files with 4 additions and 1 deletions

View File

@@ -93,6 +93,9 @@ linters:
- interfacebloat
- loggercheck
- reassign
- ginkgolinter
- gocheckcompilerdirectives
- musttag
linters-settings:
dupl:

View File

@@ -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),)