From 1ca83be9571e777df92ab4aca2dcb99e4de94ccf Mon Sep 17 00:00:00 2001 From: Steven Clark Date: Tue, 8 Oct 2024 21:02:15 +0000 Subject: [PATCH] backport of commit 8fec0056c18f28a02ba28c679d3f23a7c3fada2b --- .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 1357618ce350..2fc6da4b1aa1 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 8a8dffa7dddb..e766eccad74e 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