Skip to content

Commit 614257e

Browse files
chore: Bump Buf ver installed from Makefile (#107)
<!-- 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>
1 parent f3e419c commit 614257e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BUF_VERSION=v1.6.0
1+
BUF_VERSION=v1.26.1
22

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

0 commit comments

Comments
 (0)