From 880056297d5ca86cba06fa75d97e8317fcf2522f Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Wed, 9 Nov 2022 12:51:42 -0800 Subject: [PATCH] Automator: update common-files@master in istio/istio.io@master (#12207) --- common/.commonfiles.sha | 2 +- common/config/.golangci.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 6b6363ac65..c4c188839a 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -cbb37d1d13a5de0456f7c1a4d6aad0ce52d405e1 +3d7e9ef644b931cc61c630bdf0322704c1b4f44a diff --git a/common/config/.golangci.yml b/common/config/.golangci.yml index 62288b5996..426b10bf68 100644 --- a/common/config/.golangci.yml +++ b/common/config/.golangci.yml @@ -237,6 +237,7 @@ linters-settings: depguard: packages-with-error-message: - github.com/gogo/protobuf: "gogo/protobuf is deprecated, use golang/protobuf" + - golang.org/x/net/http2/h2c: "h2c.NewHandler is unsafe; use wrapper istio.io/istio/pkg/h2c" issues: # List of regexps of issue texts to exclude, empty list by default. # But independently from this option we use default exclude patterns,