diff --git a/.golangci.yml b/.golangci.yml index d8f0917fb0..f5d56b5a01 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -12,3 +12,6 @@ issues: - linters: - stylecheck text: "ST1003:" + - linters: + - staticcheck + text: "SA1019: pbs.AuthorizedWorkerList is deprecated:"