Skip to content

Bump google.golang.org/protobuf from 1.26.0 to 1.32.0 #21

Bump google.golang.org/protobuf from 1.26.0 to 1.32.0

Bump google.golang.org/protobuf from 1.26.0 to 1.32.0 #21

Workflow file for this run

---
name: Tests
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.19
- uses: actions/checkout@v4
- name: tests
run: |
make test