From 2f715c7136d6250026c603325466a2b4d9c12789 Mon Sep 17 00:00:00 2001 From: Chavdar Chernashki Date: Tue, 8 Oct 2024 15:05:19 +1100 Subject: [PATCH] [UT-5331] Bump PROTO_C version in Dockerfile (#168) --- protoc-go/Dockerfile | 2 +- protoc-go/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protoc-go/Dockerfile b/protoc-go/Dockerfile index 42e350b..1a64063 100644 --- a/protoc-go/Dockerfile +++ b/protoc-go/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.18.0-alpine as builder -ENV S12_PROTO_VERSION 1.33.0 +ENV S12_PROTO_VERSION 1.34.0 ENV PROTOC_GEN_GO_VERSION 1.34.1 ENV PROTOC_GEN_DOC_VERSION 1.5.1 diff --git a/protoc-go/version.txt b/protoc-go/version.txt index ee893b7..954e228 100644 --- a/protoc-go/version.txt +++ b/protoc-go/version.txt @@ -1 +1 @@ -3.23.0 +3.24.0