From d88f74aa03e167939495914419621f834a17cb6c Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Fri, 20 Oct 2023 08:45:13 -0400 Subject: [PATCH] backport of commit 8fa3d6a05d4476a1acf7323247d2b26bfcc0c28a (#23754) Co-authored-by: miagilepner --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0cebdf74b8..8b828afa88 100644 --- a/Makefile +++ b/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