From 26a0fe2f3616ce093e462195449a327d58daf2fd Mon Sep 17 00:00:00 2001 From: Christian Schlotter Date: Tue, 16 Jan 2024 12:28:34 +0100 Subject: [PATCH] Bump conversion-gen to v0.29.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a2e040cd7332..981c81739d4a 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ GOTESTSUM_BIN := gotestsum GOTESTSUM := $(abspath $(TOOLS_BIN_DIR)/$(GOTESTSUM_BIN)-$(GOTESTSUM_VER)) GOTESTSUM_PKG := gotest.tools/gotestsum -CONVERSION_GEN_VER := v0.28.0 +CONVERSION_GEN_VER := v0.29.0 CONVERSION_GEN_BIN := conversion-gen # We are intentionally using the binary without version suffix, to avoid the version # in generated files.