Skip to content

Commit

Permalink
Bump golangci-lint to 1.51.2
Browse files Browse the repository at this point in the history
Older versions cause exhaustive memory usage with go1.20
  • Loading branch information
rhafer committed Jun 7, 2023
1 parent d697c7e commit fa8d395
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ toolchain-clean:

$(GOLANGCI_LINT):
@mkdir -p $(@D)
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | BINDIR=$(@D) sh -s v1.50.1
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | BINDIR=$(@D) sh -s v1.51.2

.PHONY: check-changelog
lint: $(GOLANGCI_LINT)
Expand Down
5 changes: 5 additions & 0 deletions changelog/unreleased/bump-linter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Change: Bump golangci-lint to 1.51.2

The 1.50.1 release had memory issues with go1.20

https://github.com/cs3org/reva/pull/3947

0 comments on commit fa8d395

Please sign in to comment.