From eda6016ba8621ae8911a58305147b65b9ac1e500 Mon Sep 17 00:00:00 2001 From: Mateus Oliveira Date: Mon, 17 Jun 2024 16:51:47 -0300 Subject: [PATCH] fix: CI (#316) Signed-off-by: Mateus Oliveira --- Makefile.prow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.prow b/Makefile.prow index 7e43d0b8c2..a658fe2981 100644 --- a/Makefile.prow +++ b/Makefile.prow @@ -7,7 +7,7 @@ # GOFLAGS=-mod=mod make update GOFLAGS=-mod=mod -CONGEN_VERSION=0.12.0 +CONGEN_VERSION=0.14.0 CODEGEN_VERSION=0.22.2 PROWBIN=/tmp/prowbin # Name of this Makefile