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:
Kir Kolyshkin
2022-03-22 18:48:23 -07:00
parent 24a71990e0
commit e3ed3ba7c9
3 changed files with 517 additions and 166 deletions

View File

@@ -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
)