mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
require minimum go version for bootstrapping (#23685)
This commit is contained in:
parent
dc0b17065e
commit
5e735af0c3
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -177,6 +177,7 @@ ci-bootstrap: .ci-bootstrap
|
|||
|
||||
# bootstrap the build by downloading additional tools that may be used by devs
|
||||
bootstrap: ci-bootstrap
|
||||
@sh -c "'$(CURDIR)/scripts/goversioncheck.sh' '$(GO_VERSION_MIN)'"
|
||||
go generate -tags tools tools/tools.go
|
||||
go install github.com/bufbuild/buf/cmd/buf@v1.25.0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue