Skip to content

Commit

Permalink
downgrade buf to 1.28.1 to prevent proto formatting false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
ptzianos authored and northdpole committed Sep 24, 2024
1 parent e0633e3 commit d3568bd
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 @@ -122,7 +122,7 @@ install-lint-tools:
@go install github.com/kisielk/errcheck@latest
@go install github.com/rhysd/actionlint/cmd/actionlint@latest
@go install github.com/client9/misspell/cmd/misspell@latest
@go install github.com/bufbuild/buf/cmd/buf@v1.32.2
@go install github.com/bufbuild/buf/cmd/buf@v1.28.1
@npm ci

install-go-test-tools:
Expand Down

0 comments on commit d3568bd

Please sign in to comment.