Skip to content

Commit 7e243e9

Browse files
committed
Pin CLI to v1.67.0 in fetch action
1 parent c3acb76 commit 7e243e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/fetch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
go-version: 1.26.x
3131
check-latest: true
3232
cache: true
33-
- name: Install buf cli
33+
- name: Install buf cli # pinning to v1.67.0 while the new compiler fixes in v1.68.0+ are released.
3434
run: |
35-
go install github.com/bufbuild/buf/cmd/buf@latest
35+
go install github.com/bufbuild/buf/cmd/buf@v1.67.0
3636
- name: Fetch references
3737
run: |
3838
bash ./scripts/fetch.sh

0 commit comments

Comments
 (0)