Skip to content

Bump google.golang.org/protobuf from 1.34.0 to 1.36.2 #99

Bump google.golang.org/protobuf from 1.34.0 to 1.36.2

Bump google.golang.org/protobuf from 1.34.0 to 1.36.2 #99

Workflow file for this run

---
name: Pull Request CI
on: # yamllint disable-line rule:truthy
workflow_dispatch: {}
pull_request:
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
test:
name: Test
uses: ./.github/workflows/test.yml
needs: build