Skip to content

fix(deps): update module google.golang.org/protobuf to v1.35.1 #498

fix(deps): update module google.golang.org/protobuf to v1.35.1

fix(deps): update module google.golang.org/protobuf to v1.35.1 #498

Workflow file for this run

---
name: Unit tests
on:
push:
branches:
- main
pull_request:
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.13.1'
- run: go test ./...