Skip to content

Commit

Permalink
Bump linter version
Browse files Browse the repository at this point in the history
Disabled `depguard` since it is problematic since v1.53.0.
A follow-up PR should fix the linter's deprication warnings.

Signed-off-by: Orel Misan <[email protected]>
  • Loading branch information
orelmisan committed Aug 18, 2024
1 parent 7df58fb commit 388023a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ linters:
disable-all: true
enable:
- bodyclose
- depguard
- dogsled
- dupl
- errcheck
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GO_IMAGE_TAG := 1.22.5
BIN_DIR = $(CURDIR)/_output/bin
CRI_BIN ?= $(shell hack/detect_cri.sh)
LINTER_IMAGE_NAME := docker.io/golangci/golangci-lint
LINTER_IMAGE_TAG := v1.50.1
LINTER_IMAGE_TAG := v1.60.1
GO_MOD_VERSION=$(shell hack/go-mod-version.sh)
KUBECONFIG ?= $(HOME)/.kube/config

Expand Down

0 comments on commit 388023a

Please sign in to comment.