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