go get -u

This commit is contained in:
Zheng Kai
2023-06-28 16:35:00 +08:00
parent e76c3dc03c
commit e18c1db55e
3 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ FROM golang:latest as builder
ARG DOCKER_RUNNING=yes
ARG DEBIAN_FRONTEND=noninteractive
RUN apt update && apt install -yq protobuf-compiler tzdata ca-certificates
RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30.0
RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.31.0
COPY . /project