Skip to content

fix(deps): update module google.golang.org/genproto to v0.0.0-20240520151616-dc85e6b867a5 - autoclosed #500

fix(deps): update module google.golang.org/genproto to v0.0.0-20240520151616-dc85e6b867a5 - autoclosed

fix(deps): update module google.golang.org/genproto to v0.0.0-20240520151616-dc85e6b867a5 - autoclosed #500

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