We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023e1c2 commit 6e4c3f8Copy full SHA for 6e4c3f8
1 file changed
.make/go.mk
@@ -28,7 +28,7 @@ GOMODCACHE ?= $(HOME)/go/pkg/mod
28
PARALLEL := $(shell getconf _NPROCESSORS_ONLN 2>/dev/null || echo 4)
29
30
# Tool version pins
31
-GOLANGCI_LINT_VERSION := v2.2.2
+GOLANGCI_LINT_VERSION := v2.3.0
32
export GOLANGCI_LINT_VERSION
33
34
.PHONY: bench
0 commit comments