Skip to content

Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 #174

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

Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 #174

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
run:
name: Test
runs-on:
- ubuntu-latest
steps:
- name: Setup
uses: actions/setup-go@v1
with:
go-version: 1.21.x
- name: Checkout
uses: actions/checkout@v2
- name: Test
run: make test