Skip to content

Commit

Permalink
chore: Update protob model
Browse files Browse the repository at this point in the history
  • Loading branch information
bbq2100 authored and diegobernardes committed Jan 9, 2025
1 parent cbeecb6 commit 4ec2415
Show file tree
Hide file tree
Showing 3 changed files with 2,151 additions and 1,542 deletions.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ compile-proto:
&& apt-get install --yes --no-install-recommends protobuf-compiler=3.* \
&& rm -rf /var/lib/apt/lists/* \
&& go install google.golang.org/protobuf/cmd/[email protected]
GIT CLONE --branch 88 https://github.com/spotware/openapi-proto-messages.git openapi-proto-messages
GIT CLONE --branch 91 https://github.com/spotware/openapi-proto-messages.git openapi-proto-messages
RUN cd openapi-proto-messages \
&& protoc --go_out=. --go_opt=paths=source_relative *.proto \
&& find . ! \( -name '*.go' \) -delete
Expand Down
Loading

0 comments on commit 4ec2415

Please sign in to comment.