Skip to content

fix(deps): update module github.com/jhump/protoreflect to v1.17.0 #459

fix(deps): update module github.com/jhump/protoreflect to v1.17.0

fix(deps): update module github.com/jhump/protoreflect to v1.17.0 #459

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