chore(tools): bump golangci-lint to v1.59.0
This commit is contained in:
parent
eb3733928b
commit
841a72d162
|
@ -51,17 +51,9 @@ issues:
|
||||||
linters:
|
linters:
|
||||||
enable-all: true
|
enable-all: true
|
||||||
disable:
|
disable:
|
||||||
# abandoned
|
#deprecated
|
||||||
- deadcode
|
- gomnd
|
||||||
- golint
|
- execinquery
|
||||||
- ifshort
|
|
||||||
- varcheck
|
|
||||||
- structcheck
|
|
||||||
- scopelint
|
|
||||||
- nosnakecase
|
|
||||||
- maligned
|
|
||||||
- exhaustivestruct
|
|
||||||
- interfacer
|
|
||||||
# keep
|
# keep
|
||||||
- varnamelen
|
- varnamelen
|
||||||
- godox # there are a bunch of TODOs that must be solved
|
- godox # there are a bunch of TODOs that must be solved
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -32,7 +32,7 @@ CODEGEN_VERSION ?= v0.30.0
|
||||||
KUSTOMIZE_VERSION ?= v5.4.1
|
KUSTOMIZE_VERSION ?= v5.4.1
|
||||||
CONTROLLER_TOOLS_VERSION ?= v0.15.0
|
CONTROLLER_TOOLS_VERSION ?= v0.15.0
|
||||||
KIND_VERSION ?= v0.22.0
|
KIND_VERSION ?= v0.22.0
|
||||||
LINTER_VERSION ?= v1.57.2
|
LINTER_VERSION ?= v1.59.0
|
||||||
OPERATOR_SDK_VERSION ?= v1.34.1
|
OPERATOR_SDK_VERSION ?= v1.34.1
|
||||||
OPM_VERSION ?= v1.40.0
|
OPM_VERSION ?= v1.40.0
|
||||||
GOVULNCHECK_VERSION ?= latest
|
GOVULNCHECK_VERSION ?= latest
|
||||||
|
|
Loading…
Reference in New Issue