From 55e44a8afe1951d502f53bedc131661467714b52 Mon Sep 17 00:00:00 2001 From: Stephan Behnke Date: Thu, 16 Jul 2026 11:19:02 -0700 Subject: [PATCH] Bump buf to v1.71.0 Update the pinned buf CLI version from v1.27.0 to v1.71.0. This is a prerequisite for adding custom check plugins (buf.yaml v2 `plugins`), which require buf >= 1.32. Backwards-compatible: `buf lint` and `buf breaking` continue to pass against the existing v1 config (buf emits a non-fatal deprecation notice for the DEFAULT lint category, cleaned up in the follow-up v2 migration). Co-Authored-By: Claude Opus 4.8 (1M context) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc8ab5025..4caeb5b34 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ api-linter-install: buf-install: printf $(COLOR) "Install/update buf..." - go install github.com/bufbuild/buf/cmd/buf@v1.27.0 + go install github.com/bufbuild/buf/cmd/buf@v1.71.0 ##### Sync external proto dependencies ##### sync-nexus-annotations: