Skip to content

Commit

Permalink
Merge pull request #79 from thaJeztah/update_golangci_lint
Browse files Browse the repository at this point in the history
lint: update golangci-lint to v1.41.1
  • Loading branch information
kolyshkin authored Aug 13, 2021
2 parents 4da227e + dc151e7 commit f3885c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f3885c8

Please sign in to comment.