Skip to content

chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 #10

chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0

chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 #10

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.25"
cache: true
- run: go vet ./...
- run: go test ./... -race
- run: go build ./...