From 791e2e0adba43113c6debf2559d0f3bb88b90d24 Mon Sep 17 00:00:00 2001 From: haya14busa <3797062+haya14busa@users.noreply.github.com> Date: Thu, 4 Jul 2024 14:49:37 +0000 Subject: [PATCH] chore(deps): update protocolbuffers/protobuf to 27.2 --- proto/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/Dockerfile b/proto/Dockerfile index 2dedc0ee..b4c96883 100644 --- a/proto/Dockerfile +++ b/proto/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.22.5 -ENV PROTOC_VERSION=27.1 +ENV PROTOC_VERSION=27.2 ENV PROTOC_GEN_GO_VERSION=1.34.2 ENV PROTOC_GEN_JSONSCHEMA_VERSION=1.4.1