deps: update golangci/golangci-lint to v1.55.1 (#2517)

* deps: update golangci/golangci-lint to v1.55.1
* deps: tidy all modules
* golangci-lint: exclude ginko/gomega imports
   from dot-imports rule

Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-02 11:16:17 +01:00 committed by GitHub
parent 5267ad0f08
commit 8e00fb9fe1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 51 additions and 20 deletions

View file

@ -13,8 +13,12 @@ import (
"path/filepath"
"testing"
//revive:disable:dot-imports
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
//revive:enable:dot-imports
appsv1 "k8s.io/api/apps/v1"
corev1 "k8s.io/api/core/v1"
"k8s.io/client-go/kubernetes/scheme"