Skip to content

build(deps): Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 #22

build(deps): Bump google.golang.org/protobuf from 1.30.0 to 1.33.0

build(deps): Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 #22

Workflow file for this run

name: CI build
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@v1
with:
go-version: 1.17
- name: Test
run: make test