Skip to content

Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 #47

Bump google.golang.org/protobuf from 1.32.0 to 1.33.0

Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 #47

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
test:
name: Run test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- name: Setup go 1.17
uses: actions/setup-go@v5
with:
go-version: stable
- name: Run tests
run: |
go test ./...