We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6018963 commit ddcca3eCopy full SHA for ddcca3e
Makefile
@@ -7,7 +7,7 @@ TOOLS_DIR=bin
7
ROOT_DIR=$(abspath .)
8
TOOLS_GOBIN_DIR := $(abspath $(TOOLS_DIR))
9
10
-GOLANGCI_LINT_VER := v2.11.1
+GOLANGCI_LINT_VER := v2.11.2
11
GOLANGCI_LINT_BIN := golangci-lint
12
GOLANGCI_LINT := $(TOOLS_GOBIN_DIR)/$(GOLANGCI_LINT_BIN)-$(GOLANGCI_LINT_VER)
13
0 commit comments