Skip to content

chore(deps): bump google.golang.org/grpc from 1.79.1 to 1.79.3 #5

chore(deps): bump google.golang.org/grpc from 1.79.1 to 1.79.3

chore(deps): bump google.golang.org/grpc from 1.79.1 to 1.79.3 #5

Workflow file for this run

---
name: test
on:
pull_request_target:
push:
branches:
# Run on merge queue branches for branch protection compatibility.
- gh-readonly-queue/**
- master
permissions:
contents: read
jobs:
test:
strategy:
fail-fast: false
matrix:
go-version:
- stable
- oldstable
os:
- ubuntu-latest
- macos-latest
uses: tomasbasham/shared-workflows/.github/workflows/test-go.yaml@v1
with:
go-version: ${{ matrix.go-version }}
runs-on: ${{ matrix.os }}