From b393a436b022bcff3059da70585f6de037221dcc Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Tue, 22 Aug 2023 19:00:51 +0200 Subject: [PATCH] Bump conversion-gen to v0.28 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 05c23b873ff7..dc3164877a47 100644 --- a/Makefile +++ b/Makefile @@ -122,7 +122,7 @@ GOTESTSUM_BIN := gotestsum GOTESTSUM := $(abspath $(TOOLS_BIN_DIR)/$(GOTESTSUM_BIN)-$(GOTESTSUM_VER)) GOTESTSUM_PKG := gotest.tools/gotestsum -CONVERSION_GEN_VER := v0.27.1 +CONVERSION_GEN_VER := v0.28.0 CONVERSION_GEN_BIN := conversion-gen # We are intentionally using the binary without version suffix, to avoid the version # in generated files.