mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
force buf@1.25.0 (#23752)
This commit is contained in:
parent
341aaef5c9
commit
8fa3d6a05d
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -11,8 +11,7 @@ EXTERNAL_TOOLS_CI=\
|
|||
golang.org/x/tools/cmd/goimports \
|
||||
github.com/golangci/revgrep/cmd/revgrep \
|
||||
mvdan.cc/gofumpt \
|
||||
honnef.co/go/tools/cmd/staticcheck \
|
||||
github.com/bufbuild/buf/cmd/buf
|
||||
honnef.co/go/tools/cmd/staticcheck
|
||||
EXTERNAL_TOOLS=\
|
||||
github.com/client9/misspell/cmd/misspell
|
||||
GOFMT_FILES?=$$(find . -name '*.go' | grep -v pb.go | grep -v vendor)
|
||||
|
|
@ -173,6 +172,7 @@ ci-bootstrap: .ci-bootstrap
|
|||
echo "Installing/Updating $$tool" ; \
|
||||
GO111MODULE=off $(GO_CMD) get -u $$tool; \
|
||||
done
|
||||
go install github.com/bufbuild/buf/cmd/buf@v1.25.0
|
||||
@touch .ci-bootstrap
|
||||
|
||||
# bootstrap the build by downloading additional tools that may be used by devs
|
||||
|
|
|
|||
Loading…
Reference in a new issue