Skip to content

go.mod: bump google.golang.org/grpc from 1.66.1 to 1.66.2 #159

go.mod: bump google.golang.org/grpc from 1.66.1 to 1.66.2

go.mod: bump google.golang.org/grpc from 1.66.1 to 1.66.2 #159

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Test
run: make test-integration GOTEST_FLAGS="-v -count=1"