mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-29 09:40:49 +00:00
update golangci-lint to 1.51.2
This commit is contained in:
@@ -93,6 +93,9 @@ linters:
|
||||
- interfacebloat
|
||||
- loggercheck
|
||||
- reassign
|
||||
- ginkgolinter
|
||||
- gocheckcompilerdirectives
|
||||
- musttag
|
||||
|
||||
linters-settings:
|
||||
dupl:
|
||||
|
||||
@@ -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),)
|
||||
|
||||
Reference in New Issue
Block a user