Skip to content

chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 #12

chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0

chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 #12

Workflow file for this run

name: pull_request
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: setup Go
uses: actions/setup-go@v3
with:
go-version: ">= 1.19.0"
- name: test
run: go test -v ./...