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