Skip to content

Commit d7dff49

Browse files
authored
update linter to avoid memory leak (#206)
1 parent 51e6676 commit d7dff49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ifneq ($(CLEAN_BUILD),)
4747
LDFLAGS ?= -X 'main.buildVersion=${VERSION}-${BUILD_SHA}' -X 'main.buildDate=${BUILD_DATE}'
4848
endif
4949

50-
GOLANGCI_LINT_VERSION = v1.61.0
50+
GOLANGCI_LINT_VERSION = v1.64.6
5151
BASH_VERSION = v4.2.0
5252
YQ_VERSION = v4.45.1
5353

0 commit comments

Comments
 (0)