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