mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
fix: update the linter so that it runs latest and disable debguard (#2806)
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
This commit is contained in:
parent
b1bad77eb3
commit
efb6157195
2 changed files with 1 additions and 2 deletions
|
@ -46,7 +46,6 @@ linters:
|
|||
enable:
|
||||
- asciicheck
|
||||
- bodyclose
|
||||
- depguard
|
||||
- dogsled
|
||||
- dupl
|
||||
- errcheck
|
||||
|
|
2
Makefile
2
Makefile
|
@ -303,7 +303,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
|
|||
GOLANGCI_LINT ?= $(LOCALBIN)/golangci-lint
|
||||
|
||||
## Tool Versions
|
||||
GOLANGCI_VERSION := 1.52.2
|
||||
GOLANGCI_VERSION := 1.54.2
|
||||
KUBERNETES_VERSION := 1.28.x
|
||||
|
||||
.PHONY: envtest
|
||||
|
|
Loading…
Reference in a new issue