mirror of
https://github.com/hashicorp/vault.git
synced 2026-03-27 04:43:25 -04:00
Update buf to 1.45.0 (#28632)
This commit is contained in:
parent
af8c9571b1
commit
8fec0056c1
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue