diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index b35d4ead3..c62df27b6 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -8e4f51f5d0d082dbf09b6e587d1496884f50cf22 +a5a5f728a0bd30ed14b19439d896a347de052cb6 diff --git a/common/config/.golangci.yml b/common/config/.golangci.yml index 62288b599..426b10bf6 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,