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 committed Sep 24, 2024
1 parent 1b2e069 commit 50472f9
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 50472f9

Please sign in to comment.