diff --git a/hack/validate/golangci-lint.yml b/hack/validate/golangci-lint.yml index c4494b9d18..8af0a140cf 100644 --- a/hack/validate/golangci-lint.yml +++ b/hack/validate/golangci-lint.yml @@ -86,11 +86,11 @@ issues: linters: - staticcheck # FIXME temporarily suppress these. See #39926 - - text: "SA1019: httputil.NewClientConn is deprecated" + - text: "SA1019: httputil.NewClientConn" linters: - staticcheck # FIXME temporarily suppress these (related to the ones above) - - text: "SA1019: httputil.ErrPersistEOF is deprecated" + - text: "SA1019: httputil.ErrPersistEOF" linters: - staticcheck # This code is doing some fun stuff with reflect and it trips up the linter.