From 6617c5b9b12f8e8cd25511bd75c88e4cf6212f7d Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Thu, 8 Jun 2023 19:02:09 -0700 Subject: [PATCH] Automator: update common-files@master in istio/community@master (#1077) --- common/.commonfiles.sha | 2 +- common/config/.golangci.yml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 17a8f0f9..34a631e5 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -712d90bfea632fc23e4eebd9b9d73e45c6bfdbc4 +54c78d0f6cfce8325aba2ebd4dd3939374425519 diff --git a/common/config/.golangci.yml b/common/config/.golangci.yml index 0fa3db32..fe0b8780 100644 --- a/common/config/.golangci.yml +++ b/common/config/.golangci.yml @@ -231,7 +231,6 @@ linters-settings: # - unnamedResult # - wrapperFunc depguard: - # configuration for depguard v2 rules: DenyGogoProtobuf: files: @@ -239,9 +238,6 @@ linters-settings: deny: - pkg: github.com/gogo/protobuf desc: "gogo/protobuf is deprecated, use golang/protobuf" - # configuration for depguard - packages-with-error-message: - - github.com/gogo/protobuf: "gogo/protobuf is deprecated, use golang/protobuf" gosec: includes: - G401