diff --git a/hack/validate/golangci-lint.yml b/hack/validate/golangci-lint.yml index 4afd71e802..045d309771 100644 --- a/hack/validate/golangci-lint.yml +++ b/hack/validate/golangci-lint.yml @@ -79,10 +79,10 @@ 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