1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00

chore: Update golangci-lint to v1.63.4 (#7250)

* update golangci-lint to v1.63.4

Signed-off-by: dongjiang <dongjiang1989@126.com>
This commit is contained in:
dongjiang
2025-01-09 18:21:33 +08:00
committed by GitHub
parent cbcf1c041f
commit 6cfb80cfbb
10 changed files with 170 additions and 138 deletions

View File

@@ -20,13 +20,13 @@ import (
"errors"
"fmt"
"net/http"
"slices"
"strings"
"testing"
"time"
"github.com/blang/semver/v4"
"github.com/gogo/protobuf/proto"
"golang.org/x/exp/slices"
appsv1 "k8s.io/api/apps/v1"
v1 "k8s.io/api/core/v1"
rbacv1 "k8s.io/api/rbac/v1"