mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-23 07:31:09 +02:00
Update buf to 1.45.0 (#28632)
This commit is contained in:
parent
af8c9571b1
commit
8fec0056c1
@ -13,7 +13,7 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: ./.github/actions/set-up-buf
|
- uses: ./.github/actions/set-up-buf
|
||||||
with:
|
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-gofumpt
|
||||||
- uses: ./.github/actions/set-up-gosimports
|
- uses: ./.github/actions/set-up-gosimports
|
||||||
- uses: ./.github/actions/set-up-gotestsum
|
- uses: ./.github/actions/set-up-gotestsum
|
||||||
|
@ -38,7 +38,7 @@ install_external() {
|
|||||||
#
|
#
|
||||||
tools=(
|
tools=(
|
||||||
honnef.co/go/tools/cmd/staticcheck@latest
|
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/favadi/protoc-go-inject-tag@latest
|
||||||
github.com/golangci/misspell/cmd/misspell@latest
|
github.com/golangci/misspell/cmd/misspell@latest
|
||||||
github.com/golangci/revgrep/cmd/revgrep@latest
|
github.com/golangci/revgrep/cmd/revgrep@latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user