Skip to content

Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 #26

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

Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 #26

Workflow file for this run

on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Build
run: go build .