Skip to content

Commit

Permalink
mimir-build-image: Upgrade to google.golang.org/protobuf/cmd/protoc-g…
Browse files Browse the repository at this point in the history
…en-go@v1.31.0

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
  • Loading branch information
aknuds1 committed Oct 7, 2024
1 parent cd1294b commit 8a15d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mimir-build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN git clone --depth 1 --branch ${SKOPEO_VERSION} https://github.com/containers

RUN GO111MODULE=on \
go install github.com/client9/misspell/cmd/misspell@v0.3.4 && \
go install github.com/golang/protobuf/protoc-gen-go@v1.3.1 && \
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.31.0 && \
go install github.com/gogo/protobuf/protoc-gen-gogoslick@v1.3.0 && \
go install github.com/weaveworks/tools/cover@bdd647e92546027e12cdde3ae0714bb495e43013 && \
go install github.com/fatih/faillint@v1.12.0 && \
Expand Down

0 comments on commit 8a15d77

Please sign in to comment.