From 1c081e5d6ddd9fa0872a8cd318b44af6fb051c67 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Thu, 4 Apr 2024 16:24:17 -0700 Subject: [PATCH] Automator: update common-files@master in istio/release-builder@master (#1800) --- common/.commonfiles.sha | 2 +- common/config/.golangci.yml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 185cdf1e..1abd9eae 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -802576be96707b5e188b57d74ce9ed5c57dd1044 +4a3f8a746a01511edc343386516b08ac84d0a454 diff --git a/common/config/.golangci.yml b/common/config/.golangci.yml index 7bcf7cb3..f37dd6ee 100644 --- a/common/config/.golangci.yml +++ b/common/config/.golangci.yml @@ -240,6 +240,13 @@ issues: - linters: - staticcheck text: 'SA1019: "github.com/golang/protobuf/jsonpb"' + # This is not helpful. The new function is not very usable and the current function will not be removed + - linters: + - staticcheck + text: 'SA1019: grpc.Dial is deprecated: use NewClient instead' + - linters: + - staticcheck + text: 'SA1019: grpc.DialContext is deprecated: use NewClient instead' # Independently from option `exclude` we use default exclude patterns, # it can be disabled by this option. To list all # excluded by default patterns execute `golangci-lint run --help`.