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.
2 parents 4da227e + dc151e7 commit f3885c8Copy full SHA for f3885c8
Makefile
@@ -24,7 +24,7 @@ lint: $(BINDIR)/golangci-lint
24
done
25
26
$(BINDIR)/golangci-lint: $(BINDIR)
27
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(BINDIR) v1.31.0
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(BINDIR) v1.41.1
28
29
$(BINDIR):
30
mkdir -p $(BINDIR)
0 commit comments