Skip to content

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /_example/kv1 #13

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /_example/kv1

Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /_example/kv1 #13

Workflow file for this run

name: test
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: stable
- name: Test
run: go test -v -cover