Skip to content

Commit

Permalink
Bump linter version
Browse files Browse the repository at this point in the history
The current version does not support the `go 1.N.P` directive
that will be introduced in the following commit.

Disabled the `depguard` linter since it is problematic since v1.53.0.
A follow-up PR should fix the linter's deprication warnings
and re-evaluate our usage of `depguard`.

Signed-off-by: Orel Misan <[email protected]>
  • Loading branch information
orelmisan committed Aug 21, 2024
1 parent 50997ad commit 6729722
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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 @@ -19,7 +19,7 @@ GO_IMAGE_NAME := docker.io/library/golang
GO_IMAGE_TAG := 1.20.12

LINTER_IMAGE_NAME := docker.io/golangci/golangci-lint
LINTER_IMAGE_TAG := v1.50.1
LINTER_IMAGE_TAG := v1.60.1
KUBECONFIG ?= $(HOME)/.kube/config

PROJECT_WORKING_DIR := /go/src/github.com/kiagnose/kubevirt-realtime-checkup
Expand Down

0 comments on commit 6729722

Please sign in to comment.