We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5ff9b commit 9f28c08Copy full SHA for 9f28c08
hack/Makefile
@@ -33,7 +33,7 @@ ifeq ("v$(JQ)","v0.0")
33
deps += $(detected_OS)_jq
34
endif
35
36
-GOLANGCILINT_VERSION := "v1.61.0"
+GOLANGCILINT_VERSION := "v1.64.5"
37
# under MAC the version v1.59.1, on linux the v is omitted
38
GOLANGCILINTV := $(shell (golangci-lint --version 2>/dev/null || echo 0.0.0) | sed 's/.*version v\{0,1\}\([0-9\.]*\) .*/\1/')
39
ifneq ("v$(GOLANGCILINTV)",$(GOLANGCILINT_VERSION))
0 commit comments