Skip to content

Commit

Permalink
Bump protoc to v25.0 and protoc-gen-openapiv2 to v2.18.1 (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov authored Nov 17, 2023
1 parent 21f4fb3 commit e46807e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ runs:
- id: install-protoc
shell: bash
run: |
wget https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-linux-x86_64.zip -O ./protoc.zip
wget https://github.com/protocolbuffers/protobuf/releases/download/v25.0/protoc-25.0-linux-x86_64.zip -O ./protoc.zip
unzip protoc.zip
sudo mv ./include/* /usr/include/
sudo mv ./bin/protoc /usr/bin/protoc
- id: install-protoc-gen-openapiv2
shell: bash
run: |
wget https://github.com/grpc-ecosystem/grpc-gateway/releases/download/v2.15.0/protoc-gen-openapiv2-v2.15.0-linux-x86_64 -O ./protoc-gen-openapiv2
wget https://github.com/grpc-ecosystem/grpc-gateway/releases/download/v2.18.1/protoc-gen-openapiv2-v2.18.1-linux-x86_64 -O ./protoc-gen-openapiv2
chmod +x protoc-gen-openapiv2
sudo mv ./protoc-gen-openapiv2 /usr/bin/protoc-gen-openapiv2

0 comments on commit e46807e

Please sign in to comment.