Skip to content

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

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 #63

Workflow file for this run

name: Run unit tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run the tests
run: go test ./...