diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 23284914fd..0db819e6c9 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -34,6 +34,6 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # tag=v8.0.0 with: - version: v2.3.0 + version: v2.4.0 args: --output.text.print-linter-name=true --output.text.colors=true --timeout 10m working-directory: ${{matrix.working-directory}} diff --git a/pkg/cache/cache_test.go b/pkg/cache/cache_test.go index 2364eec3e1..7748e2e317 100644 --- a/pkg/cache/cache_test.go +++ b/pkg/cache/cache_test.go @@ -2568,7 +2568,6 @@ func ensureNode(ctx context.Context, name string, client client.Client) error { return err } -//nolint:interfacer func isKubeService(svc metav1.Object) bool { // grumble grumble linters grumble grumble return svc.GetNamespace() == "default" && svc.GetName() == "kubernetes"