Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit b4b3472

Browse files
committed
Bump golangci-lint version due to panic
v1.45.2 throws the error: ``` ./bin/golangci-lint run panic: load embedded ruleguard rules: rules/rules.go:13: can't load fmt goroutine 1 [running]: github.com/go-critic/go-critic/checkers.init.22() github.com/go-critic/[email protected]/checkers/embedded_rules.go:46 +0x4b4 ``` Signed-off-by: Chris Evich <[email protected]>
1 parent f4e5aee commit b4b3472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ endef
6868

6969
.install.golangci-lint:
7070
if [ ! -x "./bin/golangci-lint" ]; then \
71-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.45.2 ; \
71+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.51.1 ; \
7272
fi
7373

7474
install:

0 commit comments

Comments
 (0)