From 90df0176bc2f90742521c0ca091905ea5b78f637 Mon Sep 17 00:00:00 2001 From: haya14busa <3797062+haya14busa@users.noreply.github.com> Date: Sat, 3 Aug 2024 14:21:20 +0000 Subject: [PATCH] chore(deps): update protocolbuffers/protobuf to 27.3 --- proto/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/Dockerfile b/proto/Dockerfile index b4c96883..c6745e18 100644 --- a/proto/Dockerfile +++ b/proto/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.22.5 -ENV PROTOC_VERSION=27.2 +ENV PROTOC_VERSION=27.3 ENV PROTOC_GEN_GO_VERSION=1.34.2 ENV PROTOC_GEN_JSONSCHEMA_VERSION=1.4.1