Skip to content

Commit

Permalink
Merge pull request #3945 from rhafer/revert-linter-bump
Browse files Browse the repository at this point in the history
Revert "bump golangci-lint to v1.53.2"
  • Loading branch information
micbar authored Jun 6, 2023
2 parents a62849e + 7a9a9b3 commit d697c7e
Show file tree
Hide file tree
Showing 2 changed files with 4 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.53.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | BINDIR=$(@D) sh -s v1.50.1

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

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

0 comments on commit d697c7e

Please sign in to comment.