fix: downgrade protoc, we do not support the new proto api, pt2
continuous-integration/drone/push Build is passing Details

master
René Jochum 2 years ago
parent c32f73b896
commit 5b1945c74f
Signed by: jochum
GPG Key ID: F7D906F5E51E8E5E

@ -5,7 +5,7 @@ FROM ${DOCKER_IO}/library/golang:1.19
# Install packages
RUN apt-get update --allow-releaseinfo-change && \
apt-get --no-install-recommends --no-install-suggests --yes --quiet install \
git-core ca-certificates make wget unzip protoc
git-core ca-certificates make wget unzip protobuf-compiler
# RUN go mod download
ENV GOPATH="/go"

Loading…
Cancel
Save