Commit 652575c
ci: pin buf-action to 1.71.0 to match proto codegen
PR #2512 pinned the buf CLI in .github/workflows/buf.yml to 1.65.0, but
#2518 had already bumped codegen (BUF_VERSION in taskfiles/proto.yaml) to
1.71.0 and reformatted every proto with the 1.71.0 formatter. CI then
validated 1.71.0-formatted protos with buf 1.65.0, which re-expands the
nested message literals that 1.71.0 collapses, so buf format --diff failed
on master across ~30 protos.
Bump all three buf-action version pins to 1.71.0 so the CI format check
matches the committed protos and the codegen source of truth.
Verified locally against current master protos:
- buf 1.65.0 format --diff --exit-code: exit 100 (reproduces the failure)
- buf 1.71.0 format --diff --exit-code: clean
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 1b041b7 commit 652575c
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments