From 2202cc3e3ccdfc1042d887b3741cd43141e9006b Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Tue, 7 Jun 2022 08:32:06 +0200 Subject: [PATCH] Support Go 1.18: Bump apidiff to v0.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Büringer buringerst@vmware.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 58a78ba7c234..de9a25a93a22 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ ENVSUBST_BIN := envsubst ENVSUBST := $(abspath $(TOOLS_BIN_DIR)/$(ENVSUBST_BIN)-$(ENVSUBST_VER)) ENVSUBST_PKG := github.com/drone/envsubst/v2/cmd/envsubst -GO_APIDIFF_VER := v0.1.0 +GO_APIDIFF_VER := v0.4.0 GO_APIDIFF_BIN := go-apidiff GO_APIDIFF := $(abspath $(TOOLS_BIN_DIR)/$(GO_APIDIFF_BIN)-$(GO_APIDIFF_VER)) GO_APIDIFF_PKG := github.com/joelanford/go-apidiff