Skip to content

chore(deps): bump google.golang.org/grpc from 1.64.0 to 1.66.0 #246

chore(deps): bump google.golang.org/grpc from 1.64.0 to 1.66.0

chore(deps): bump google.golang.org/grpc from 1.64.0 to 1.66.0 #246

Workflow file for this run

name: Tests
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22.x'
- name: Install dependencies
run: go mod download
- name: Generate code
run: go generate ./...
- name: Run tests
run: go test -v ./...