From ea0e6e8ddeb47ad9a880d751d621151c1d2869c6 Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Sun, 1 Sep 2024 22:16:14 +0300 Subject: [PATCH] bump linter Signed-off-by: Avi Deitcher --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 24bbc2f4..40325898 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ GOENV ?= GO111MODULE=on CGO_ENABLED=0 GO_FILES ?= $(shell $(GOENV) go list ./...) GOBIN ?= $(shell go env GOPATH)/bin LINTER ?= $(GOBIN)/golangci-lint -LINTER_VERSION ?= v1.55.2 +LINTER_VERSION ?= v1.59.0 # BUILDARCH is the host architecture # ARCH is the target architecture