Skip to content

build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 #132

build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0

build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 #132

Workflow file for this run

name: tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go environment
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: run tests
run: go test ./...