From c4ff4cf7c0c481d07eba4aa28d63331818fbeb74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 22:59:14 +0000 Subject: [PATCH] ci(deps): update dependency grpc-ecosystem/grpc-gateway to v2.24.0 --- buf.gen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buf.gen.yaml b/buf.gen.yaml index 1dcecd6..acec173 100644 --- a/buf.gen.yaml +++ b/buf.gen.yaml @@ -6,7 +6,7 @@ plugins: - plugin: buf.build/grpc/go:v1.2.0 out: gen/go opt: paths=source_relative -- name: buf.build/grpc-ecosystem/gateway:v2.18.0 +- name: buf.build/grpc-ecosystem/gateway:v2.24.0 out: ./gen/go opt: paths=source_relative - plugin: buf.build/grpc/python:v1.59.0