We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3acb76 commit 7e243e9Copy full SHA for 7e243e9
1 file changed
.github/workflows/fetch.yaml
@@ -30,9 +30,9 @@ jobs:
30
go-version: 1.26.x
31
check-latest: true
32
cache: true
33
- - name: Install buf cli
+ - name: Install buf cli # pinning to v1.67.0 while the new compiler fixes in v1.68.0+ are released.
34
run: |
35
- go install github.com/bufbuild/buf/cmd/buf@latest
+ go install github.com/bufbuild/buf/cmd/buf@v1.67.0
36
- name: Fetch references
37
38
bash ./scripts/fetch.sh
0 commit comments