Skip to content

Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 #88

Bump google.golang.org/protobuf from 1.34.2 to 1.35.1

Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 #88

Workflow file for this run

name: ci
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
ci:
strategy:
matrix:
command: [
"lint",
"test",
"build",
"tools/verify",
]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Run ${{ matrix.command }}
run: bin/builder generate tidy ${{ matrix.command }} git/isclean