We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310c153 commit 5b70e8dCopy full SHA for 5b70e8d
Makefile
@@ -34,7 +34,7 @@ REFLEX=$(GOPATH)/bin/reflex
34
$(REFLEX):
35
go install github.com/cespare/reflex@latest
36
37
-GOLANGCILINTVERSION:=1.54.2
+GOLANGCILINTVERSION:=1.64.8
38
GOLANGCILINT=$(GOPATH)/bin/golangci-lint
39
$(GOLANGCILINT):
40
curl -fsSL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOPATH)/bin v$(GOLANGCILINTVERSION)
0 commit comments