From c9b78e4cfebfdf161d2891e795a4b98998aa7aea Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Sun, 31 Jan 2021 20:23:22 -0500 Subject: [PATCH] update buf compare tag to latest release --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 1325e488c..58b72dfac 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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