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 22cdf5f commit 98df895Copy full SHA for 98df895
Makefile
@@ -71,7 +71,7 @@ ENVSUBST_VER := v1.4.2
71
ENVSUBST_BIN := envsubst
72
ENVSUBST := $(TOOLS_BIN_DIR)/$(ENVSUBST_BIN)
73
74
-GOLANGCI_LINT_VER := v1.57.2
+GOLANGCI_LINT_VER := v1.58.2
75
GOLANGCI_LINT_BIN := golangci-lint
76
GOLANGCI_LINT := $(TOOLS_BIN_DIR)/$(GOLANGCI_LINT_BIN)-$(GOLANGCI_LINT_VER)
77
0 commit comments