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 7f9c951 commit aac1d49Copy full SHA for aac1d49
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.6.2
+GOLANGCI_VERSION ?= v2.7.0
12
TOOLS_BIN := $(shell mkdir -p build/tools && realpath build/tools)
13
14
GOLANGCI = $(TOOLS_BIN)/golangci-lint-$(GOLANGCI_VERSION)
0 commit comments