From c7be15527c0c23d45d15f60cb9a4887263464d6c Mon Sep 17 00:00:00 2001 From: marcello33 Date: Thu, 6 Feb 2025 11:45:14 +0100 Subject: [PATCH] POS-2821: bump golint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 33e8c38ed5..567c84e478 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ lint: lintci-deps: rm -f ./build/bin/golangci-lint - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./build/bin v1.57.2 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./build/bin v1.63.4 goimports: goimports -local "$(PACKAGE)" -w .