require minimum go version for bootstrapping (#23685)

This commit is contained in:
Josh Black
2023-10-17 12:54:02 -07:00
committed by GitHub
parent dc0b17065e
commit 5e735af0c3

View File

@@ -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