Skip to content

build(deps): Bump google.golang.org/protobuf from 1.35.2 to 1.36.5 #451

build(deps): Bump google.golang.org/protobuf from 1.35.2 to 1.36.5

build(deps): Bump google.golang.org/protobuf from 1.35.2 to 1.36.5 #451

Workflow file for this run

name: run tests
on: [pull_request, workflow_dispatch]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.23.1'
- name: Build
run: make build
- name: Test
run: make test