From 09bc47243fabd76294c50b92f4bc15a40993a3f8 Mon Sep 17 00:00:00 2001 From: qingliu Date: Thu, 23 Jan 2025 23:04:28 +0800 Subject: [PATCH] chore: update golangci-lint to v1.63.4 avoid panic Ref: https://github.com/golangci/golangci-lint/issues/5092 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f89a880e5cd..f253ce958fd 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ TESTPKGS = $(shell env GO111MODULE=on $(GO) list -f \ BIN = $(CURDIR)/.bin WOKE ?= go run -modfile go.mod github.com/get-woke/woke -GOLANGCI_VERSION = v1.52.2 +GOLANGCI_VERSION = v1.63.4 WOKE_VERSION = v0.19.0 GO = go