mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 18:02:01 +00:00
update golangci-lint to 1.45.0
This should fix Go 1.18 compatibility woes. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
24a71990e0
commit
e3ed3ba7c9
@ -35,7 +35,6 @@ EXCLUDED_PATTERNS=(
|
||||
"verify-linkcheck.sh" # runs in separate Jenkins job once per day due to high network usage
|
||||
"verify-*-dockerized.sh" # Don't run any scripts that intended to be run dockerized
|
||||
"verify-govet-levee.sh" # Do not run levee analysis by default while KEP-1933 implementation is in alpha.
|
||||
"verify-golangci-lint.sh" # TODO(dims) Need to get this running with golang 1.18
|
||||
"verify-structured-logging.sh" # TODO(dims) Need to get this running with golang 1.18
|
||||
)
|
||||
|
||||
|
@ -6,11 +6,11 @@ require (
|
||||
github.com/aojea/sloppy-netparser v0.0.0-20210819225411-1b3bd8b3b975
|
||||
github.com/cespare/prettybench v0.0.0-20150116022406-03b8cfe5406c
|
||||
github.com/client9/misspell v0.3.4
|
||||
github.com/golang/mock v1.4.4
|
||||
github.com/golangci/golangci-lint v1.41.1
|
||||
github.com/golang/mock v1.6.0
|
||||
github.com/golangci/golangci-lint v1.45.0
|
||||
github.com/google/go-flow-levee v0.1.5
|
||||
gotest.tools/gotestsum v1.6.4
|
||||
honnef.co/go/tools v0.2.0
|
||||
honnef.co/go/tools v0.2.2
|
||||
k8s.io/klog/hack/tools v0.0.0-20210917071902-331d2323a192
|
||||
sigs.k8s.io/zeitgeist v0.2.0
|
||||
)
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user