Skip to content

Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 #42

Bump github.com/golang/protobuf from 1.5.3 to 1.5.4

Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 #42

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