diff --git a/Makefile b/Makefile index 016bffad..59d302fc 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ lint: $(BINDIR)/golangci-lint done $(BINDIR)/golangci-lint: $(BINDIR) - 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 $(BINDIR): mkdir -p $(BINDIR)