Skip to content

Commit 9f28c08

Browse files
committed
GOLANGCILINT_VERSION := "v1.64.5"
golangci/golangci-lint#5225
1 parent 1a5ff9b commit 9f28c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ifeq ("v$(JQ)","v0.0")
3333
deps += $(detected_OS)_jq
3434
endif
3535

36-
GOLANGCILINT_VERSION := "v1.61.0"
36+
GOLANGCILINT_VERSION := "v1.64.5"
3737
# under MAC the version v1.59.1, on linux the v is omitted
3838
GOLANGCILINTV := $(shell (golangci-lint --version 2>/dev/null || echo 0.0.0) | sed 's/.*version v\{0,1\}\([0-9\.]*\) .*/\1/')
3939
ifneq ("v$(GOLANGCILINTV)",$(GOLANGCILINT_VERSION))

0 commit comments

Comments
 (0)