From 8fec0056c18f28a02ba28c679d3f23a7c3fada2b Mon Sep 17 00:00:00 2001 From: Steven Clark Date: Tue, 8 Oct 2024 17:02:15 -0400 Subject: [PATCH] Update buf to 1.45.0 (#28632) --- .github/actions/install-external-tools/action.yml | 2 +- tools/tools.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/install-external-tools/action.yml b/.github/actions/install-external-tools/action.yml index 99ab0cd6b1..3cd0c4b7d2 100644 --- a/.github/actions/install-external-tools/action.yml +++ b/.github/actions/install-external-tools/action.yml @@ -13,7 +13,7 @@ runs: steps: - uses: ./.github/actions/set-up-buf with: - version: v1.25.0 # This should match the version in tools/tool.sh + version: v1.45.0 # This should match the version in tools/tool.sh - uses: ./.github/actions/set-up-gofumpt - uses: ./.github/actions/set-up-gosimports - uses: ./.github/actions/set-up-gotestsum diff --git a/tools/tools.sh b/tools/tools.sh index d6002563c5..6d01a1d16c 100755 --- a/tools/tools.sh +++ b/tools/tools.sh @@ -38,7 +38,7 @@ install_external() { # tools=( honnef.co/go/tools/cmd/staticcheck@latest - github.com/bufbuild/buf/cmd/buf@v1.25.0 + github.com/bufbuild/buf/cmd/buf@v1.45.0 github.com/favadi/protoc-go-inject-tag@latest github.com/golangci/misspell/cmd/misspell@latest github.com/golangci/revgrep/cmd/revgrep@latest