Skip to content

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 #39

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

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 #39

Workflow file for this run

name: verify
on:
pull_request:
branches: [ '*' ]
push:
branches: [ main ]
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.4.0
- name: Run tests
run: make test
shell: bash