Skip to content

Commit

Permalink
Merge pull request #9933 from hashicorp/e2e-buf-0.36.0
Browse files Browse the repository at this point in the history
lint: Upgrade buf to 0.36.0, latest so far
  • Loading branch information
Mahmood Ali authored Feb 1, 2021
2 parents b7b4d92 + c9b78e4 commit c5ba52d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GOTEST_PKGS=$(shell go list ./... | sed 's/github.com\/hashicorp\/nomad/./' | eg
endif

# tag corresponding to latest release we maintain backward compatibility with
PROTO_COMPARE_TAG ?= v1.0.0$(if $(findstring ent,$(GO_TAGS)),+ent,)
PROTO_COMPARE_TAG ?= v1.0.3$(if $(findstring ent,$(GO_TAGS)),+ent,)

default: help

Expand Down Expand Up @@ -125,7 +125,7 @@ check: ## Lint the source code
@misspell -error -source=text website/pages/

@echo "==> Checking for breaking changes in protos..."
@buf check breaking --config tools/buf/buf.yaml --against-config tools/buf/buf.yaml --against .git#tag=$(PROTO_COMPARE_TAG)
@buf breaking --config tools/buf/buf.yaml --against-config tools/buf/buf.yaml --against .git#tag=$(PROTO_COMPARE_TAG)

@echo "==> Check proto files are in-sync..."
@$(MAKE) proto
Expand Down
2 changes: 1 addition & 1 deletion scripts/vagrant-linux-priv-buf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -o errexit

# Make sure you grab the latest version
VERSION=0.30.1
VERSION=0.36.0
DOWNLOAD=https://github.com/bufbuild/buf/releases/download/v${VERSION}/buf-Linux-x86_64

function install() {
Expand Down

0 comments on commit c5ba52d

Please sign in to comment.