Skip to content

fix(deps): update module google.golang.org/protobuf to v1.33.0 [security] #475

fix(deps): update module google.golang.org/protobuf to v1.33.0 [security]

fix(deps): update module google.golang.org/protobuf to v1.33.0 [security] #475

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 ./...