From e4233f4776ac1abe6ec16a6bce07ab2b72cfd8ad Mon Sep 17 00:00:00 2001 From: Lachlan Robertson <99315596+sc-lachlanrobertson@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:26:01 +1000 Subject: [PATCH] Revert "[UT-5331] Bump PROTO_C version in Dockerfile (#160)" (#161) This reverts commit 4a52375ecc3e5f8cdbb7793ebf6e0d11863c874c. --- .gitignore | 2 -- protoc-go/Dockerfile | 2 +- protoc-go/version.txt | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f32e31a..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +0,0 @@ -.idea/ -.DS_Store diff --git a/protoc-go/Dockerfile b/protoc-go/Dockerfile index 4ca6967..ab19193 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.32.0 +ENV S12_PROTO_VERSION 1.31.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 a7e7070..31f8fdf 100644 --- a/protoc-go/version.txt +++ b/protoc-go/version.txt @@ -1 +1 @@ -3.22.0 +3.21.2