From 0498fa577f11921cfde646cf34d7bf8193d581e0 Mon Sep 17 00:00:00 2001 From: Simon Mikkelsen Date: Thu, 26 Nov 2020 23:22:36 +0100 Subject: [PATCH] Update README buf versions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 546b73e..66b61f9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v2 - uses: wizhi/setup-buf@v1 with: - version: 0.18.0 + version: 0.32.0 - run: buf check lint breaking: @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v2 - uses: wizhi/setup-buf@v1 with: - version: 0.18.0 + version: 0.32.0 - run: buf check breaking --against-input ".git#ref=${{ github.base_ref }}" ```