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 7469ffe commit 6bf12afCopy full SHA for 6bf12af
Makefile
@@ -8,7 +8,7 @@ COVERAGE_REPORT := coverage.out
8
COVERAGE_MODE := count
9
10
# renovate: datasource=github-tags depName=golangci/golangci-lint
11
-GOLANGCI_VERSION ?= v2.7.0
+GOLANGCI_VERSION ?= v2.7.1
12
TOOLS_BIN := $(shell mkdir -p build/tools && realpath build/tools)
13
14
GOLANGCI = $(TOOLS_BIN)/golangci-lint-$(GOLANGCI_VERSION)
0 commit comments