Skip to content

protoutil:bump

protoutil:bump #10

Workflow file for this run

name: "go tests"
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- run: go mod vendor
- run: go test