Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 54c2853

Browse files
authored
Merge pull request #2080 from lorenrh/protos
Update .proto files
2 parents 242a147 + 7829bd2 commit 54c2853

File tree

5 files changed

+22
-42
lines changed

5 files changed

+22
-42
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
ARG GO_VERSION=1.16-alpine
1919
ARG GOLANGCI_LINT_VERSION=v1.40.1-alpine
20-
ARG PROTOC_GEN_GO_VERSION=v1.4.3
20+
ARG PROTOC_GEN_GO_VERSION=v1.5.2
2121

2222
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS base
2323
WORKDIR /compose-cli

cli/server/protos/containers/v1/containers.pb.go

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/server/protos/contexts/v1/contexts.pb.go

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/server/protos/streams/v1/streams.pb.go

Lines changed: 14 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/server/protos/volumes/v1/volumes.pb.go

Lines changed: 3 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)