Skip to content

Bump google.golang.org/grpc from 1.58.1 to 1.58.3 #91

Bump google.golang.org/grpc from 1.58.1 to 1.58.3

Bump google.golang.org/grpc from 1.58.1 to 1.58.3 #91

Workflow file for this run

name: Run checks
on:
workflow_dispatch:
workflow_call:
push:
branches:
- '**'
tags-ignore:
- "**"
paths-ignore:
- "README.md"
- "**Dockerfile"
- ".github/workflows/lint.yml"
- ".github/workflows/release*.yml"
pull_request:
paths-ignore:
- "Dockerfile"
- "**README.md"
- ".github/workflows/lint.yml"
- ".github/workflows/release*.yml"
concurrency:
group: checks-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml