From 3d8f49f445d787a378b605ad83dff5f6cdbb369d Mon Sep 17 00:00:00 2001 From: Oscar Utbult Date: Wed, 24 Aug 2022 20:33:08 +0200 Subject: [PATCH] Update conversion-gen version (v0.23.1 -> v0.25.0) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ca49aa9362c..84af088862fd 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,7 @@ GOTESTSUM_BIN := gotestsum GOTESTSUM := $(abspath $(TOOLS_BIN_DIR)/$(GOTESTSUM_BIN)-$(GOTESTSUM_VER)) GOTESTSUM_PKG := gotest.tools/gotestsum -CONVERSION_GEN_VER := v0.23.1 +CONVERSION_GEN_VER := v0.25.0 CONVERSION_GEN_BIN := conversion-gen # We are intentionally using the binary without version suffix, to avoid the version # in generated files.