Skip to content

Commit

Permalink
chore: Bump Buf ver installed from Makefile (#107)
Browse files Browse the repository at this point in the history
<!-- Please use this template for your pull request. -->
<!-- Please use the sections that you need and delete other sections -->

## This PR
- Bumps the version of the Buf tool installed by Makefile to latest

### Related Issues
- Current version of Buf (1.6.0) can't parse some of the template YAMLs
from this repo; e.g. the `plugin` entry is [not
available](https://github.com/bufbuild/buf/blob/25520a3fb15c8fab140e76e7238e6ace8dac13d9/private/buf/bufgen/bufgen.go#L270-L277)
under `plugins`, in version 1.6.0

### How to test
Running `make gen-java` works on my machine after the version bump

Signed-off-by: Fabrizio Demaria <fdema@spotify.com>
  • Loading branch information
fabriziodemaria authored Oct 2, 2023
1 parent f3e419c commit 614257e
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
@@ -1,4 +1,4 @@
BUF_VERSION=v1.6.0
BUF_VERSION=v1.26.1

guard-%:
@ if [ "${${*}}" = "" ]; then \
Expand Down

0 comments on commit 614257e

Please sign in to comment.