Skip to content

Chore: (deps): bump google.golang.org/grpc from 1.56.3 to 1.61.0 (#226) #546

Chore: (deps): bump google.golang.org/grpc from 1.56.3 to 1.61.0 (#226)

Chore: (deps): bump google.golang.org/grpc from 1.56.3 to 1.61.0 (#226) #546

Workflow file for this run

name: build-and-test-macos
on:
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
build-and-test:
runs-on: macos-12
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
# Parallel tests
- run: go test ./...