Skip to content

Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 #1057

Bump google.golang.org/protobuf from 1.28.1 to 1.33.0

Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 #1057

Workflow file for this run

name: "Lint"
on: [pull_request, push]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install deps
run: ./ci/install-deps.sh
- uses: pre-commit/[email protected]