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.
2 parents ecb8e8d + fe07e22 commit cc25ce2Copy full SHA for cc25ce2
Makefile
@@ -1,5 +1,5 @@
1
# renovate: datasource=github-tags depName=golangci/golangci-lint
2
-GOLANGCI_VERSION ?= v2.7.0
+GOLANGCI_VERSION ?= v2.7.1
3
TOOLS_BIN := $(shell mkdir -p build/tools && realpath build/tools)
4
5
GOLANGCI = $(TOOLS_BIN)/golangci-lint-$(GOLANGCI_VERSION)
0 commit comments