We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9deea9b + f704e5e commit 25f461aCopy full SHA for 25f461a
Makefile
@@ -14,7 +14,7 @@ OUTDIR ?= $(TMPDIR)
14
15
# Dynamic version selection based on Go version
16
# Format: $(TOOLSDIR)/get_version.sh <go_version> <tool_version1> <tool_version2> ..
17
-GOLANGCI_LINT_VERSION ?= $(shell $(TOOLSDIR)/get_version.sh 1.22 v1.61)
+GOLANGCI_LINT_VERSION ?= $(shell $(TOOLSDIR)/get_version.sh 1.22 v1.63.4)
18
REVIVE_VERSION ?= $(shell $(TOOLSDIR)/get_version.sh 1.22 v1.4)
19
20
GOLANGCI_LINT_URL ?= github.com/golangci/golangci-lint/cmd/golangci-lint@$(GOLANGCI_LINT_VERSION)
0 commit comments