1
0
Fork 0
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:
Gergely Brautigam 2023-10-24 21:49:20 +02:00 committed by GitHub
parent b1bad77eb3
commit efb6157195
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -46,7 +46,6 @@ linters:
enable:
- asciicheck
- bodyclose
- depguard
- dogsled
- dupl
- errcheck

View file

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