Skip to content

chore(deps): bump google.golang.org/grpc from 1.65.0 to 1.66.1 #230

chore(deps): bump google.golang.org/grpc from 1.65.0 to 1.66.1

chore(deps): bump google.golang.org/grpc from 1.65.0 to 1.66.1 #230

Workflow file for this run

name: Integration/E2E tests
on:
push:
branches:
- main
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
check-latest: true
- name: Tests
run: |
cd tests
go test -v ./... -count=1