Skip to content

Commit 4ec2415

Browse files
qaiser42diegobernardes
authored andcommitted
chore: Update protob model
1 parent cbeecb6 commit 4ec2415

3 files changed

Lines changed: 2151 additions & 1542 deletions

File tree

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ compile-proto:
5959
&& apt-get install --yes --no-install-recommends protobuf-compiler=3.* \
6060
&& rm -rf /var/lib/apt/lists/* \
6161
&& go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.32.0
62-
GIT CLONE --branch 88 https://github.com/spotware/openapi-proto-messages.git openapi-proto-messages
62+
GIT CLONE --branch 91 https://github.com/spotware/openapi-proto-messages.git openapi-proto-messages
6363
RUN cd openapi-proto-messages \
6464
&& protoc --go_out=. --go_opt=paths=source_relative *.proto \
6565
&& find . ! \( -name '*.go' \) -delete

0 commit comments

Comments
 (0)