Skip to content

Commit 5b70e8d

Browse files
committed
chore(ci): fix lint
1 parent 310c153 commit 5b70e8d

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
@@ -34,7 +34,7 @@ REFLEX=$(GOPATH)/bin/reflex
3434
$(REFLEX):
3535
go install github.com/cespare/reflex@latest
3636

37-
GOLANGCILINTVERSION:=1.54.2
37+
GOLANGCILINTVERSION:=1.64.8
3838
GOLANGCILINT=$(GOPATH)/bin/golangci-lint
3939
$(GOLANGCILINT):
4040
curl -fsSL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOPATH)/bin v$(GOLANGCILINTVERSION)

0 commit comments

Comments
 (0)